infrastructure/nixos/syncthing-kat/syncthing.nix

6 lines
93 B
Nix

{config, ...}: {
services.syncthing = {
enable = true;
relay.enable = true;
};
}