koumakan.certs: fix incorrect config variable name

Changed files
+1 -1
systems
koumakan
certificates
+1 -1
systems/koumakan/certificates/default.nix
···
defaults = {
# == lego Configuration ==
credentialFiles = {
-
CLOUDFLARE_API_KEY = secrets.get "cf_token";
};
dnsProvider = "cloudflare";
# In an ideal world we would have an ed/cv25519 algo here but oh well
···
defaults = {
# == lego Configuration ==
credentialFiles = {
+
CLOUDFLARE_DNS_API_TOKEN_FILE = secrets.get "cf_token";
};
dnsProvider = "cloudflare";
# In an ideal world we would have an ed/cv25519 algo here but oh well