nixos-config/config/programs/syncthing.nix

7 lines
80 B
Nix
Raw Normal View History

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