rice/hosts/alice/syncthing.nix
2024-05-20 12:06:16 +02:00

7 lines
107 B
Nix

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