Compare commits
No commits in common. "59bcec75151ed557d08f3942329ce9b5fc233cc8" and "8d12720933ebae31b2374bc12b1bde174137dc65" have entirely different histories.
59bcec7515
...
8d12720933
1 changed files with 2 additions and 5 deletions
|
@ -5,14 +5,11 @@
|
|||
acceptTerms = true;
|
||||
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;
|
||||
|
||||
extraDomainNames = [
|
||||
"*.buffet.sh"
|
||||
"buffets.kitchen"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue