nix/hosts/MOMO/services/syncthing.nix

7 lines
91 B
Nix

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