From 841f7fcf1477cbdd3c69f009b7e04575a40fdc8e Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 6 Sep 2020 14:04:17 +0200 Subject: [PATCH] Move radicale password file to /var/lib/radicale --- modules/datasync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index 865cf25..31bc51e 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -68,7 +68,7 @@ [auth] type = htpasswd - htpasswd_filename = /run/keys/radicale + htpasswd_filename = /var/lib/radicale/users htpasswd_encryption = plain delay = 1 '';