[syncthing] Disable some announce settings
This commit is contained in:
@@ -5,5 +5,11 @@
|
||||
tray = {
|
||||
enable = lib.mkDefault true;
|
||||
};
|
||||
settings = {
|
||||
options = {
|
||||
localAnnounceEnabled = false;
|
||||
relaysEnabled = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user