Commit 6c5c608ca88f

Vincent Demeester <vincent@sbr.pm>
2025-12-16 11:16:02
globals: small fix on rhea's syncthing ID
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 403424e
Changed files (2)
home
common
home/common/services/syncthing.nix
@@ -16,7 +16,7 @@ in
   warnings = [ "Home syncthing for ${hostname} with folders: ${folderList}" ];
   services.syncthing = {
     enable = true;
-    overrideFolders = false; # Just in case, will probably set to true later
+    overrideFolders = false; # TODO Just in case, will probably set to true later
     guiAddress = libx.syncthingGuiAddress globals.machines."${hostname}";
     settings = {
       # FIXME this doesn't work, I wish it did.
globals.nix
@@ -348,7 +348,7 @@ _: {
         hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKFH3Lk4bRgNyFRK/Hzg1PvVbL/dpyI1SmLJFkb6VQDw";
       };
       syncthing = {
-        id = "YORNSGU-UC4IAG5-IWJCD7T-MVPIU7O-AYM36UK-LEHF7AP-CBC4L6C-ZWKUYQF";
+        id = "73YP3XV-X3YLVBD-4KL77TS-DCFFXJ7-AYJDF3R-CJDRZNP-7YFPQNT-FKHJ7QW";
         folders = {
           org = { };
           documents = { };