migrate lego to dnsimple

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-02-27 00:05:20 -05:00
parent 6588d3fd0a
commit 1a553c8591
2 changed files with 7 additions and 6 deletions

View File

@ -11,8 +11,8 @@
acceptTerms = true;
defaults.email = "aliceghuston@gmail.com";
certs."nayeonie.com" = {
dnsProvider = "bunny";
environmentFile = config.sops.secrets."acme/bunny".path;
dnsProvider = "dnsimple";
environmentFile = config.sops.secrets."acme/dnsimple".path;
dnsPropagationCheck = false;
group = "haproxy";
extraDomainNames = [
@ -36,7 +36,7 @@
);
sops.secrets = {
"acme/bunny" = {
"acme/dnsimple" = {
owner = "root";
};
};