feat(acme.nix): add Cloudflare as DNS provider

A new DNS provider, Cloudflare, has been added to the configuration for domain "harald-hoyer.de" in the acme.nix file. This change will affect the handling of DNS requests for this domain.
This commit is contained in:
Harald Hoyer 2024-07-04 16:35:52 +02:00
parent b273548370
commit 17dc0aa1cb

View file

@ -61,6 +61,7 @@
};
"harald-hoyer.de" = {
dnsProvider = "cloudflare";
extraDomainNames = [
"*.harald-hoyer.de"
];