services/nginx: add local wildcard to acme
This commit is contained in:
parent
5d8fe1245c
commit
594bfb53a6
1 changed files with 5 additions and 2 deletions
|
|
@ -4,8 +4,11 @@
|
|||
email = "me@lava.moe";
|
||||
certs."lava.moe" = {
|
||||
group = "nginx";
|
||||
domain = "*.lava.moe";
|
||||
extraDomainNames = [ "lava.moe" ];
|
||||
domain = "lava.moe";
|
||||
extraDomainNames = [
|
||||
"*.lava.moe"
|
||||
"*.local.lava.moe"
|
||||
];
|
||||
dnsProvider = "cloudflare";
|
||||
credentialsFile = config.age.secrets."acme_dns".path;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue