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;
|
cert = config.sops.secrets."syncthing_certs/${hostName}".path;
|
||||||
guiAddress = "${config.my.ips."${hostName}"}:8384";
|
guiAddress = "${config.my.ips."${hostName}"}:8384";
|
||||||
settings = {
|
settings = {
|
||||||
|
options = {
|
||||||
|
globalAnnounceEnabled = false;
|
||||||
|
relaysEnabled = false;
|
||||||
|
};
|
||||||
gui = {
|
gui = {
|
||||||
user = "jawz";
|
user = "jawz";
|
||||||
password = config.sops.secrets.syncthing_password.path;
|
password = config.sops.secrets.syncthing_password.path;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user