rice/hosts/alice/syncthing.nix

8 lines
107 B
Nix
Raw Normal View History

2024-03-19 21:10:56 +00:00
_: {
services.syncthing = {
enable = true;
user = "buffet";
dataDir = "/home/buffet";
};
}