Update hosts/hetzner-arm/profiles/radicale.nix
This commit is contained in:
parent
ed7b832c42
commit
56583aaa82
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue