dotfiles/home-manager/programs/syncthing.nix

5 lines
53 B
Nix

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