added options for syncthing
This commit is contained in:
@@ -3,10 +3,14 @@
|
|||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "syncthing";
|
user = "blake";
|
||||||
group = "syncthing";
|
group = "blake";
|
||||||
|
|
||||||
|
dataDir = "/home/blake/.local/state/syncthing";
|
||||||
|
configDir = "/home/blake/.config/syncthing";
|
||||||
|
|
||||||
# webui
|
# webui
|
||||||
guiAddress = "0.0.0.0:2222";
|
guiAddress = "0.0.0.0:2222";
|
||||||
|
openDefaultPorts = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user