radicale fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-02-22 11:33:43 +01:00
parent ee72de3539
commit 60a839663a

View File

@@ -1,7 +1,7 @@
{ config, domain, ... }: { config, domain, ... }:
{ {
sops.secrets = { sops.secrets = {
"nx2site/radicale-htpasswd" = { "nx2site/radicale/htpasswd" = {
owner = "radicale"; owner = "radicale";
}; };
}; };
@@ -20,7 +20,7 @@
]; ];
auth = { auth = {
type = "htpasswd"; type = "htpasswd";
htpasswd_filename = config.sops.secrets."nx2site/radicale-htpasswd".path; htpasswd_filename = config.sops.secrets."nx2site/radicale/htpasswd".path;
htpasswd_encryption = "bcrypt"; htpasswd_encryption = "bcrypt";
}; };
}; };