update
This commit is contained in:
commit
73c1317a84
|
@ -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