nixos-config/user/syncthing.nix
2024-06-05 01:20:01 -03:00

11 lines
143 B
Nix

{ ... }:
{
services.syncthing = {
enable = true;
tray = {
enable = true;
command = "syncthingtray --wait";
};
};
}