about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-11-01 19:30:42 +0100
committerProfpatsch <mail@profpatsch.de>2022-11-01 19:30:42 +0100
commit6a46324f07cf6ca4555377aea3bec34adb75d9ad (patch)
tree61b8ae1ccac1f5ebc425d9294e737cff650eab5e /machines/profpatsch
parente08ff60d61bb18dcd14a47f2ee6dec66ad8cbd91 (diff)
machines/legosi: disable syncthing for now
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/legosi.nix36
1 files changed, 18 insertions, 18 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index 683e114a..75b4ec71 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -213,24 +213,24 @@ in {
       ];
     };
 
-    services.syncthing = {
-      enable = true;
-      openDefaultPorts = true;
-      devices = {
-        mushu = {
-          name = "mushu";
-          id = "B5H23ZS-NANQF55-2TW7V4F-22I7B34-7OIZ3ND-PHWL6JP-IIEVBBK-32RKWQR";
-        };
-      };
-
-      folders.mushu-data = {
-        id = "so6nv-oq5wu";
-        path = "/sync/mushu-data";
-        type = "receiveonly";
-        watch = false;
-        devices = [ "mushu" ];
-      };
-    };
+    # services.syncthing = {
+    #   enable = true;
+    #   openDefaultPorts = true;
+    #   devices = {
+    #     mushu = {
+    #       name = "mushu";
+    #       id = "B5H23ZS-NANQF55-2TW7V4F-22I7B34-7OIZ3ND-PHWL6JP-IIEVBBK-32RKWQR";
+    #     };
+    #   };
+
+    #   folders.mushu-data = {
+    #     id = "so6nv-oq5wu";
+    #     path = "/sync/mushu-data";
+    #     type = "receiveonly";
+    #     watch = false;
+    #     devices = [ "mushu" ];
+    #   };
+    # };
 
   };
 }