diff --git a/modules/network/syncthing.nix b/modules/network/syncthing.nix index fd342f3..0e04a22 100644 --- a/modules/network/syncthing.nix +++ b/modules/network/syncthing.nix @@ -21,7 +21,6 @@ in { dataDir = "/home/${username}"; configDir = "/home/${username}/.config/syncthing"; overrideDevices = true; - overrideFolders = true; settings = { options = { urAccepted = -1; @@ -29,18 +28,22 @@ in { devices = { "luna" = { id = "MW4ZTAX-D7KDLRL-YHNGNCF-V6FW5L4-SCKQKES-BO7KV43-L5667GL-JHIYEAA"; + autoAcceptFolders = true; name = "luna"; }; "artemis" = { id = "6YN6SF4-5EK3YZX-WN7S56S-MMTXVV6-LE4IVZR-6LZBTNY-LG4LDX5-4XGKQAB"; + autoAcceptFolders = true; name = "artemis"; }; "terra" = { id = "2QWRFLY-ZUY5C6C-X36R5CY-PJSGLYY-5HWIWJN-2YYWRPU-T66GJMU-GXTQ6QK"; + autoAcceptFolders = true; name = "terra"; }; "solis" = { id = "YOSYADZ-3OZ3XBH-7XEIK2W-DHAEIFD-5P5ZIHB-PAP74DH-T7GHLKT-O32YEA4"; + autoAcceptFolders = true; name = "solis"; }; };