From 6e5ae321cfae88d9a129ea46c6d925d76898893f Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Wed, 9 Oct 2024 10:16:42 +0200 Subject: [PATCH] Syncthing changes --- machines/common/configuration.nix | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/machines/common/configuration.nix b/machines/common/configuration.nix index 3d3fd60..4627219 100644 --- a/machines/common/configuration.nix +++ b/machines/common/configuration.nix @@ -83,14 +83,29 @@ overrideDevices = true; overrideFolders = true; settings = { + options = { + urAccepted = -1; + } gui = { user = config.sops.templates."syncuser".content; password = config.sops.templates."syncpassword".content; }; devices = { - "luna" = { id = "MW4ZTAX-D7KDLRL-YHNGNCF-V6FW5L4-SCKQKES-BO7KV43-L5667GL-JHIYEAA"; }; - "terra" = { id = "2QWRFLY-ZUY5C6C-X36R5CY-PJSGLYY-5HWIWJN-2YYWRPU-T66GJMU-GXTQ6QK"; }; - "solis" = { id = "TI3T3BI-7TPOMUM-CWOL3M5-QBHTBVD-EX2DQVC-62UHHA3-JTUSN5F-5S47JQD"; }; + "luna" = { + id = "MW4ZTAX-D7KDLRL-YHNGNCF-V6FW5L4-SCKQKES-BO7KV43-L5667GL-JHIYEAA"; + autoAcceptFolders = true; + name = "luna"; + }; + "terra" = { + id = "2QWRFLY-ZUY5C6C-X36R5CY-PJSGLYY-5HWIWJN-2YYWRPU-T66GJMU-GXTQ6QK"; + autoAcceptFolders = true; + name = "terra"; + }; + "solis" = { + id = "TI3T3BI-7TPOMUM-CWOL3M5-QBHTBVD-EX2DQVC-62UHHA3-JTUSN5F-5S47JQD"; + autoAcceptFolders = true; + name = "solis"; + }; }; folders = { "Documents" = {