nixos-config/config/programs/syncthing.nix

6 lines
80 B
Nix

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