diff --git a/hosts/nixos/hs/system.nix b/hosts/nixos/hs/system.nix index 56f1638..b69ce61 100644 --- a/hosts/nixos/hs/system.nix +++ b/hosts/nixos/hs/system.nix @@ -230,7 +230,7 @@ services.webdav-server = { enable = true; port = 5009; - servePath = "/mnt/storage/Media/NSFW"; + servePath = "/mnt/storage/Media"; auth = { username = "yanlin"; passwordFile = "/etc/webdav-password";