mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
fix: Add DeSEC to dnsPropagationCheckExceptions
Probably a temp fix to #59
This commit is contained in:
parent
4c183d5b40
commit
f8223192e5
|
@ -19,7 +19,7 @@ let
|
||||||
dnsCredentialsTemplate = dnsCredentialsTemplates.${cfg.dns.provider};
|
dnsCredentialsTemplate = dnsCredentialsTemplates.${cfg.dns.provider};
|
||||||
acme-env-filepath = "/var/lib/selfprivacy/acme-env";
|
acme-env-filepath = "/var/lib/selfprivacy/acme-env";
|
||||||
secrets-filepath = "/etc/selfprivacy/secrets.json";
|
secrets-filepath = "/etc/selfprivacy/secrets.json";
|
||||||
dnsPropagationCheckExceptions = [ "DIGITALOCEAN" ];
|
dnsPropagationCheckExceptions = [ "DIGITALOCEAN" "DESEC" ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
users.groups.acmereceivers.members = [ "nginx" ];
|
users.groups.acmereceivers.members = [ "nginx" ];
|
||||||
|
|
Loading…
Reference in a new issue