1
Fork 0

Small syncthing change

This commit is contained in:
Matei Adriel 2023-07-18 17:56:32 +03:00
parent 6df2378809
commit 2d8921f3c8
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -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;

View file

@ -3,6 +3,7 @@
services.syncthing = {
devices.lapetus.id = "";
guiAddress = "0.0.0.0:8384"; # TODO: put this behind nginx
folders = { };
};