nixos-config/config/programs/syncthing.nix

7 lines
80 B
Nix
Raw Normal View History

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