From 0bb4914b219aa637a419fb5b34b86069a9f915cb Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 11 Sep 2025 20:12:12 +0200 Subject: [PATCH] Edit webdav serve path --- hosts/nixos/hs/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";