services/calendar: radicale.config -> radicale.settings

This commit is contained in:
kat witch 2021-05-17 06:52:47 +01:00
parent 02ebddc9b3
commit 8deae7f566
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -12,12 +12,13 @@ in
{
services.radicale = {
enable = true;
config = ''
[auth]
type = htpasswd
htpasswd_filename = ${htpasswd}
htpasswd_encryption = bcrypt
'';
settings = {
auth = {
type = "htpasswd";
htpasswd_filename = toString htpasswd;
htpasswd_encryption = "bcrypt";
};
};
};
services.nginx.virtualHosts = {