2024-10-14 18:43:31 +03:00

7 lines
83 B
Nix

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