cleanup
This commit is contained in:
parent
35c5877e7c
commit
61f3a28601
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ in
|
||||||
};
|
};
|
||||||
auth = {
|
auth = {
|
||||||
type = "htpasswd";
|
type = "htpasswd";
|
||||||
htpasswd_filename = config.age.secrets.radicale_htpasswd.path;
|
htpasswd_filename = config.age.secrets.radicale-htpasswd.path;
|
||||||
htpasswd_encryption = "bcrypt";
|
htpasswd_encryption = "bcrypt";
|
||||||
};
|
};
|
||||||
storage.filesystem_folder = "/var/lib/radicale/collections";
|
storage.filesystem_folder = "/var/lib/radicale/collections";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue