fix: rename the cert name

pull/7/head
Inex Code 2023-07-21 20:35:37 +03:00
parent d41cf6a4db
commit e8a25ec565
1 changed files with 1 additions and 1 deletions

View File

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