hosts/denna: radicale: fix path
Anirudh Oppiliappan x@icyphox.sh
Sun, 09 Jun 2024 19:33:08 +0300
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
hosts/denna/configuration.nix
→
hosts/denna/configuration.nix
@@ -61,11 +61,11 @@ hosts = [ "0.0.0.0:5232" ];
}; auth = { type = "htpasswd"; - htpasswd_filename = "/var/svc/radicale/users"; + htpasswd_filename = "/var/lib/radicale/users"; htpasswd_encryption = "bcrypt"; }; storage = { - filesystem_folder = "/var/svc/radicale/collections"; + filesystem_folder = "/var/lib/radicale/collections"; }; }; };