rice/hosts/alice/syncthing.nix

7 lines
104 B
Nix

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