Make sure acme follows the moved DNS configuration
Some checks failed
Cachix / build (kholinar) (push) Waiting to run
Cachix / build (marabethia) (push) Waiting to run
Cachix / build (elendel) (push) Has been cancelled

This commit is contained in:
Charlotte Van Petegem 2025-03-08 09:46:57 +01:00
parent 546f862449
commit eb1e904505
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 11 additions and 15 deletions

View file

@ -33,7 +33,7 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
security.acme = {
certs."vanpetegem.me" = {
dnsProvider = "cloudflare";
dnsProvider = "ovh";
credentialsFile = config.age.secrets."passwords/services/acme".path;
extraDomainNames = [
"*.vanpetegem.me"