rice/hosts/alice/syncthing.nix

8 lines
104 B
Nix
Raw Permalink Normal View History

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