fix: include .kitchen in the extraDomainNames
All checks were successful
/ check (pull_request) Successful in 2m21s
All checks were successful
/ check (pull_request) Successful in 2m21s
This commit is contained in:
parent
717c25ea9b
commit
bef8ae90fd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
defaults.email = "acme@buffet.sh";
|
||||
certs."buffet.sh" = {
|
||||
domain = "*.buffet.sh";
|
||||
extraDomainNames = ["*.buffets.kitchen"];
|
||||
group = "nginx";
|
||||
dnsProvider = "hetzner";
|
||||
credentialsFile = config.age.secrets.hetzner-dns.path;
|
||||
|
|
Loading…
Reference in a new issue