nixfiles/nixos/profiles/graphical/syncthing.nix
2025-09-24 11:05:45 -07:00

8 lines
130 B
Nix

_: {
services.syncthing = {
enable = true;
openDefaultPorts = true;
user = "kat";
dataDir = "/home/kat";
};
}