10 lines
234 B
Nix
10 lines
234 B
Nix
{
|
|
enable = false;
|
|
dataDir = "/serverdata/syncthing/";
|
|
user = "jacob";
|
|
group = "users";
|
|
#openDefaultPorts = true;
|
|
configDir = "/serverdata/syncthing/.config/syncthing";
|
|
guiAddress = "192.168.88.0:8234"; # for headless
|
|
}
|