services/nginx: fix wrong extraDomainNames option

.     _     .
This commit is contained in:
LavaDesu 2022-02-27 02:35:20 +07:00
parent 06444f80cb
commit dd33631430
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -5,7 +5,7 @@
certs."lava.moe" = {
group = "nginx";
domain = "*.lava.moe";
extraDomains = [ "lava.moe" ];
extraDomainNames = [ "lava.moe" ];
dnsProvider = "cloudflare";
credentialsFile = config.age.secrets."acme_dns".path;
};