nixos/hardware/syncthing.nix

9 lines
117 B
Nix

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