11 lines
195 B
Nix
11 lines
195 B
Nix
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
dataDir = "/home/joy";
|
|
openDefaultPorts = true;
|
|
configDir = "/home/joy/.config/syncthing";
|
|
user = "joy";
|
|
group = "users";
|
|
};
|
|
}
|