diff --git a/config/jawz.nix b/config/jawz.nix index 8131817..906ef11 100644 --- a/config/jawz.nix +++ b/config/jawz.nix @@ -36,6 +36,10 @@ in cert = config.sops.secrets."syncthing_certs/${hostName}".path; guiAddress = "${config.my.ips."${hostName}"}:8384"; settings = { + options = { + globalAnnounceEnabled = false; + relaysEnabled = false; + }; gui = { user = "jawz"; password = config.sops.secrets.syncthing_password.path;