infrastructure/nixos/syncthing-kat/syncthing.nix

6 lines
95 B
Nix

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