Skip to content

Commit

Permalink
koumakan.certs: fix incorrect config variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Mar 17, 2024
1 parent c769e77 commit 9ec591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/koumakan/certificates/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in {
defaults = {
# == lego Configuration ==
credentialFiles = {
CLOUDFLARE_API_KEY = secrets.get "cf_token";
CLOUDFLARE_API_KEY_FILE = secrets.get "cf_token";
};
dnsProvider = "cloudflare";
# In an ideal world we would have an ed/cv25519 algo here but oh well
Expand Down

0 comments on commit 9ec591d

Please sign in to comment.