Revert "fix: rename the cert name"

This reverts commit e8a25ec565.
This commit is contained in:
Inex Code 2023-07-21 20:36:40 +03:00
parent e8a25ec565
commit e0ad80b4ca
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ in
reloadServices = [ "nginx" ]; reloadServices = [ "nginx" ];
}; };
certs = lib.mkForce { certs = lib.mkForce {
"wildcard-${cfg.domain}" = { "${cfg.domain}" = {
domain = "*.${cfg.domain}"; domain = "*.${cfg.domain}";
group = "acmerecievers"; group = "acmerecievers";
dnsProvider = lib.strings.toLower cfg.dns.provider; dnsProvider = lib.strings.toLower cfg.dns.provider;