hosts/plover: revert to Porkbun as the DNS provider

This commit is contained in:
Gabriel Arazas 2023-02-11 11:19:13 +08:00
parent 395a42d60b
commit 8a81468456
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -136,7 +136,7 @@ in
# DNS provider.
security.acme.defaults = {
email = "admin@foodogsquared.one";
dnsProvider = "hetzner";
dnsProvider = "porkbun";
credentialsFile = config.sops.secrets."plover/lego/env".path;
};