nixos-config/user/syncthing.nix
2024-05-30 16:55:59 -03:00

7 lines
86 B
Nix

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