webdav service modifications
This commit is contained in:
parent
c9eeb6c5fc
commit
f26ec24e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ in
|
||||||
webdav = {
|
webdav = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
address = "127.0.0.1";
|
address = "0.0.0.0";
|
||||||
port = lib.toInt ports.webdav;
|
port = lib.toInt ports.webdav;
|
||||||
scope = "/data/webdav";
|
scope = "/data/webdav";
|
||||||
modify = true;
|
modify = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue