From 243bb0f4a5d2ec0483495d542972c8c4ff47edd6 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 14 Aug 2024 15:51:39 +0900 Subject: [PATCH] Update Syncthing --- nixos/common/services/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/services/syncthing.nix b/nixos/common/services/syncthing.nix index 9b94fd55..62535248 100644 --- a/nixos/common/services/syncthing.nix +++ b/nixos/common/services/syncthing.nix @@ -26,7 +26,7 @@ overrideFolders = true; settings = { options = { - urAccepted = "-1"; + urAccepted = -1; localAnnounceEnabled = true; relaysEnabled = true; };