puter/hosts/vessel/syncthing.nix
2024-08-18 02:55:37 +02:00

8 lines
108 B
Nix

{
services.syncthing = {
enable = true;
systemService = true;
openDefaultPorts = true;
};
}