diff --git a/letsencrypt/acme.nix b/letsencrypt/acme.nix index ae206ac..8b85b56 100644 --- a/letsencrypt/acme.nix +++ b/letsencrypt/acme.nix @@ -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" ];