Update hosts/hetzner-arm/profiles/radicale.nix
This commit is contained in:
parent
ed7b832c42
commit
56583aaa82
|
@ -10,7 +10,7 @@ in {
|
|||
auth = {
|
||||
type = "htpasswd";
|
||||
htpasswd_filename = "${secrets.radicale_htpasswd.path}";
|
||||
htpasswd_encryption = "bcrypt";
|
||||
htpasswd_encryption = "autodetect";
|
||||
};
|
||||
rights = {
|
||||
type = "owner_only";
|
||||
|
|
Loading…
Reference in a new issue