Edit webdav serve path
This commit is contained in:
parent
e6ccd21a71
commit
0bb4914b21
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@
|
||||||
services.webdav-server = {
|
services.webdav-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 5009;
|
port = 5009;
|
||||||
servePath = "/mnt/storage/Media/NSFW";
|
servePath = "/mnt/storage/Media";
|
||||||
auth = {
|
auth = {
|
||||||
username = "yanlin";
|
username = "yanlin";
|
||||||
passwordFile = "/etc/webdav-password";
|
passwordFile = "/etc/webdav-password";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue