This commit is contained in:
Inex Code 2024-09-07 00:25:35 +03:00
parent fabf938f1d
commit 40f72588f7

View file

@ -39,6 +39,11 @@ in
dnsPropagationCheck = dnsPropagationCheck =
! (lib.elem cfg.dns.provider dnsPropagationCheckExceptions); ! (lib.elem cfg.dns.provider dnsPropagationCheckExceptions);
}; };
"root-${cfg.domain}" = {
domain = cfg.domain;
group = "acmerecievers";
webroot = "/var/lib/acme/acme-challenge";
};
}; };
}; };
systemd.services.acme-secrets = { systemd.services.acme-secrets = {