nix-dotfiles/modules/syncthing.nix

5 lines
53 B
Nix

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