fix: rename the cert name

flake-to-override
Inex Code 2023-07-21 20:35:37 +03:00
parent ab27cbd27a
commit 3487513e34
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;