nixos-config/user/syncthing.nix

7 lines
62 B
Nix

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