Commit 69b58d0931d7

Vincent Demeester <vincent@sbr.pm>
2025-02-10 14:39:34
syncthing: fix syncthing.
1 parent 896d462
Changed files (1)
systems
modules
systems/modules/services/syncthing.nix
@@ -51,6 +51,7 @@ let
       # hokkaido
       id = "XD4XYNZ-DT3PJEY-UJYBHWX-6OQPPUI-HTW752L-FYTX3TW-GVHDTKW-PT336QV";
       # addresses = [ "tcp://okinawa.home" "tcp://okinawa.vpn" "tcp://okinawa.sbr.pm" ];
+      full = false;
     };
     # Deprecated
     # naruhodo = {
@@ -117,6 +118,12 @@ in
               id = "wpiah-ydwwx";
               devices = fullDeviceNames;
             };
+          } else { }) // (if (config.networking.hostName == "wakasu") then {
+            "/home/vincent/desktop/music" = {
+              label = "music";
+              id = "kcyrf-mugzt";
+              devices = [ wakasu iphone aomi aion ];
+            };
           } else { });
         };
       }