Update Sycnthing
This commit is contained in:
parent
243bb0f4a5
commit
2d2aebb66e
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
guiAddress = "0.0.0.0:8384";
|
||||||
cert = "/run/secrets/syncthing_cert";
|
cert = "/run/secrets/syncthing_cert";
|
||||||
key = "/run/secrets/syncthing_key";
|
key = "/run/secrets/syncthing_key";
|
||||||
user = "${username}";
|
user = "${username}";
|
||||||
|
|
Loading…
Reference in a new issue