do not `lib.mkForce` acme.certs

pull/55/head
Alexander 2023-12-20 17:16:49 +04:00
parent 5cd12848cc
commit 3a66da49e1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ in
! (lib.elem cfg.dns.provider dnsPropagationCheckExceptions);
reloadServices = [ "nginx" ];
};
certs = lib.mkForce {
certs = {
"wildcard-${cfg.domain}" = {
domain = "*.${cfg.domain}";
extraDomainNames = [ "${cfg.domain}" ];