From f8223192e5f4b2af4c497b448f1e5d1c40c9d358 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 2 May 2024 22:31:30 +0300 Subject: [PATCH] fix: Add DeSEC to dnsPropagationCheckExceptions Probably a temp fix to #59 --- letsencrypt/acme.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/acme.nix b/letsencrypt/acme.nix index 6afe6a3..734769f 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" ]; + dnsPropagationCheckExceptions = [ "DIGITALOCEAN" "DESEC" ]; in { users.groups.acmereceivers.members = [ "nginx" ];