This commit is contained in:
chaos 2025-02-07 21:34:34 +00:00
commit 73c1317a84
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ in {
auth = { auth = {
type = "htpasswd"; type = "htpasswd";
htpasswd_filename = "${secrets.radicale_htpasswd.path}"; htpasswd_filename = "${secrets.radicale_htpasswd.path}";
htpasswd_encryption = "bcrypt"; htpasswd_encryption = "autodetect";
}; };
rights = { rights = {
type = "owner_only"; type = "owner_only";