tweak: switch from DNS to HTTP for ACME verification

This prevents my TLS encryption from depending on my DNS, which was
finicky at best.
This commit is contained in:
Kiana Sheibani 2024-07-26 23:47:35 -04:00
parent 1d585f14a4
commit 7b488ff7c0
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1,9 +1,5 @@
{ ... }: { ... }:
{ {
security.acme.acceptTerms = true; security.acme.acceptTerms = true;
security.acme.defaults = { security.acme.defaults.email = "kiana.a.sheibani@gmail.com";
email = "kiana.a.sheibani@gmail.com";
dnsProvider = "namecheap";
environmentFile = "/root/.namecheap_api";
};
} }