Commit f165b6785242

Vincent Demeester <vincent@sbr.pm>
2026-02-27 10:40:59
fix: commented out carthage syncthing config
Placeholder device ID was being included in other hosts' Syncthing device lists, causing invalid connection attempts.
1 parent b3568a9
Changed files (1)
globals.nix
@@ -344,12 +344,12 @@ _: {
       ssh = {
         hostKey = "PLACEHOLDER_UNTIL_INSTALL";
       };
-      syncthing = {
-        id = "PLACEHOLDER_UNTIL_INSTALL";
-        folders = {
-          sync = { };
-        };
-      };
+      # syncthing = {
+      #   id = "PLACEHOLDER_UNTIL_INSTALL";
+      #   folders = {
+      #     sync = { };
+      #   };
+      # };
     };
     sakhalin = {
       net = {