From bfc7b89c03b68a9c24e551acb27a15218588f29f Mon Sep 17 00:00:00 2001 From: Swarsel Date: Thu, 17 Oct 2024 01:51:23 +0200 Subject: [PATCH] fix: syncthing wrong option placement --- SwarselSystems.org | 2 +- profiles/server/common/syncthing.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 9125a25..0f34af4 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -7766,9 +7766,9 @@ Also, the system state version is set here. No need to touch it. configDir = "/Vault/apps/syncthing"; guiAddress = "0.0.0.0:8384"; openDefaultPorts = true; - urAccepted = -1; relay.enable = false; settings = { + urAccepted = -1; devices = { "magicant" = { id = "VMWGEE2-4HDS2QO-KNQOVGN-LXLX6LA-666E4EK-ZBRYRRO-XFEX6FB-6E3XLQO"; diff --git a/profiles/server/common/syncthing.nix b/profiles/server/common/syncthing.nix index 54b9011..31865af 100644 --- a/profiles/server/common/syncthing.nix +++ b/profiles/server/common/syncthing.nix @@ -13,9 +13,9 @@ configDir = "/Vault/apps/syncthing"; guiAddress = "0.0.0.0:8384"; openDefaultPorts = true; - urAccepted = -1; relay.enable = false; settings = { + urAccepted = -1; devices = { "magicant" = { id = "VMWGEE2-4HDS2QO-KNQOVGN-LXLX6LA-666E4EK-ZBRYRRO-XFEX6FB-6E3XLQO";