[syncthing] Disable some announce settings

This commit is contained in:
2025-03-20 11:56:43 -07:00
parent bd932a19c4
commit 4da22f3185

View File

@@ -5,5 +5,11 @@
tray = { tray = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
}; };
settings = {
options = {
localAnnounceEnabled = false;
relaysEnabled = false;
};
};
}; };
} }