syncthing global discovery off

This commit is contained in:
Danilo Reyes 2025-09-21 10:47:56 -06:00
parent fad0bc90e0
commit b7c6c87d33

View File

@ -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;