nixos-config/config/programs/syncthing.nix

7 lines
86 B
Nix
Raw Normal View History

2022-01-18 19:21:31 +00:00
{ ... }: {
services.syncthing = {
enable = true;
tray.enable = true;
2022-01-18 19:21:31 +00:00
};
}