mastus: radicale 3

This commit is contained in:
Gabriel Ebner 2022-09-03 23:34:50 +02:00
parent 692c8368eb
commit 746eeffff8
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,11 @@ in
{
services.radicale = {
enable = true;
package = pkgs.radicale2;
package = pkgs.radicale3;
settings = {
server = {
hosts = "127.0.0.1:${toString radicalePort}";
ssl = false;
dns_lookup = false;
};
storage = {
@ -20,6 +19,7 @@ in
auth = {
type = "htpasswd";
htpasswd_filename = "/var/lib/radicale/htpasswd";
htpasswd_encryption = "bcrypt";
};
rights = {