7 lines
104 B
Nix
7 lines
104 B
Nix
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
user = "buffet";
|
|
dataDir = "/home/buffet";
|
|
};
|
|
}
|