fix: Ecxlude DeSEC from dns propagation check exceptions

This commit is contained in:
Inex Code
2025-02-13 06:16:05 +03:00
parent bf299b19b8
commit 6d0271a9fe

View File

@@ -19,7 +19,7 @@ let
dnsCredentialsTemplate = dnsCredentialsTemplates.${cfg.dns.provider};
acme-env-filepath = "/var/lib/selfprivacy/acme-env";
secrets-filepath = "/etc/selfprivacy/secrets.json";
dnsPropagationCheckExceptions = [ "DIGITALOCEAN" "DESEC" ];
dnsPropagationCheckExceptions = [ "DIGITALOCEAN" ];
in
{
users.groups.acmereceivers.members = [ "nginx" ];