feat: Add new domain in acme.nix
The commit includes the addition of the "meike-hoyer.de" domain to the acme.nix file, using "cloudflare" as the DNS provider. This update enhances the system's domain coverage.
This commit is contained in:
parent
4bfa600291
commit
b273548370
|
@ -20,6 +20,10 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"meike-hoyer.de" = {
|
||||||
|
dnsProvider = "cloudflare";
|
||||||
|
};
|
||||||
|
|
||||||
"hoyer.xyz" = {
|
"hoyer.xyz" = {
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
extraDomainNames = [
|
extraDomainNames = [
|
||||||
|
@ -56,7 +60,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
"harald-hoyer.de" = {
|
"harald-hoyer.de" = {
|
||||||
extraDomainNames = [
|
extraDomainNames = [
|
||||||
"*.harald-hoyer.de"
|
"*.harald-hoyer.de"
|
||||||
|
|
Loading…
Reference in a new issue