Small syncthing change
This commit is contained in:
parent
6df2378809
commit
2d8921f3c8
|
@ -11,7 +11,6 @@ in
|
|||
|
||||
configDir = "/persist/state/home/adrielus/Syncthing/.config/syncthing";
|
||||
dataDir = "/persist/data/syncthing";
|
||||
# guiAddress = "0.0.0.0:8384"; # TODO: put this behind nginx
|
||||
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
services.syncthing = {
|
||||
devices.lapetus.id = "";
|
||||
guiAddress = "0.0.0.0:8384"; # TODO: put this behind nginx
|
||||
|
||||
folders = { };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue