nixos/roles/syncthing.nix

7 lines
82 B
Nix

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