vueko/radicale: Use services.radicale.settings

This commit is contained in:
Simon Bruder 2021-05-28 14:24:02 +02:00
parent 6492ad2d4c
commit e80a0b0c07
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -77,7 +77,7 @@
services.radicale = {
enable = true;
config = lib.generators.toINI { } {
settings = {
auth = {
type = "htpasswd";
htpasswd_encryption = "bcrypt";