syncthing global discovery off
This commit is contained in:
parent
fad0bc90e0
commit
b7c6c87d33
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user