diff --git a/roles/common/services/syncthing.nix b/roles/common/services/syncthing.nix index a647089..da9174f 100755 --- a/roles/common/services/syncthing.nix +++ b/roles/common/services/syncthing.nix @@ -1,8 +1,16 @@ { config, ... }: { - # Set up devices and folders common to every device services.syncthing = { + overrideDevices = true; + overrideFolders = true; + openDefaultPorts = true; + extraOptions = { + options = { + urAccepted = 3; + }; + }; + # Set up devices and folders common to every device devices = { "phone" = { name = "Xiaomi Redmi Note 10 Pro";