nixos/roles/syncthing.nix

6 lines
82 B
Nix

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