diff --git a/nixos/syncthing.nix b/nixos/syncthing.nix index d0e70bc8..36fa8736 100644 --- a/nixos/syncthing.nix +++ b/nixos/syncthing.nix @@ -29,6 +29,10 @@ in devices = allDevices; }; }; + options = { + relaysEnabled = true; + localAnnounceEnabled = true; + }; }; }; }