nixos-config/user/syncthing.nix
2024-05-31 11:41:21 -03:00

10 lines
143 B
Nix

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