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:
parent
b273548370
commit
17dc0aa1cb
|
@ -61,6 +61,7 @@
|
|||
};
|
||||
|
||||
"harald-hoyer.de" = {
|
||||
dnsProvider = "cloudflare";
|
||||
extraDomainNames = [
|
||||
"*.harald-hoyer.de"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue