puter/common/syncthing.nix
2025-03-30 15:03:46 +00:00

11 lines
201 B
Nix

{
services.syncthing = {
enable = true;
systemService = true;
openDefaultPorts = true;
guiAddress = "localhost:4000";
overrideDevices = false;
overrideFolders = false;
};
}