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:
Harald Hoyer 2024-07-04 15:24:38 +02:00
parent 4bfa600291
commit b273548370

View file

@ -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"