Update letsencrypt/acme.nix

def 2024-05-01 12:56:07 +03:00
parent 3b637e8b1a
commit 36060b94c6
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];