fix: Add DeSEC to dnsPropagationCheckExceptions

Probably a temp fix to #59
This commit is contained in:
Inex Code 2024-05-02 22:31:30 +03:00
parent 4c183d5b40
commit f8223192e5
1 changed files with 1 additions and 1 deletions

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" ];
dnsPropagationCheckExceptions = [ "DIGITALOCEAN" "DESEC" ];
in
{
users.groups.acmereceivers.members = [ "nginx" ];