feat: Add new domain to acme.nix
Added "herward-hoyer.de" as a new domain in the acme.nix file. Set "internetbs" as the DNS provider and added "*.herward-hoyer.de" to the extra domain names.
This commit is contained in:
parent
11f5887eeb
commit
2ff75f77be
|
@ -30,6 +30,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
"herward-hoyer.de" = {
|
||||
dnsProvider = "internetbs";
|
||||
extraDomainNames = [
|
||||
"*.herward-hoyer.de"
|
||||
];
|
||||
};
|
||||
|
||||
"varlink.org" = {
|
||||
dnsProvider = "internetbs";
|
||||
extraDomainNames = [
|
||||
|
|
Loading…
Reference in a new issue