Revert "fix: rename the cert name"

This reverts commit e8a25ec565.
pull/7/head
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" ];
};
certs = lib.mkForce {
"wildcard-${cfg.domain}" = {
"${cfg.domain}" = {
domain = "*.${cfg.domain}";
group = "acmerecievers";
dnsProvider = lib.strings.toLower cfg.dns.provider;