From fc80d2b1567a47f2a07d5dcd3d9d4a82620fc0e2 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sat, 8 Nov 2025 12:44:30 +0100 Subject: [PATCH] add artemis to syncthing --- modules/network/syncthing.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/network/syncthing.nix b/modules/network/syncthing.nix index f64dbeb..fd342f3 100644 --- a/modules/network/syncthing.nix +++ b/modules/network/syncthing.nix @@ -21,6 +21,7 @@ in { dataDir = "/home/${username}"; configDir = "/home/${username}/.config/syncthing"; overrideDevices = true; + overrideFolders = true; settings = { options = { urAccepted = -1; @@ -28,17 +29,18 @@ 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"; + 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"; }; };