Skip to content

Commit

Permalink
traefik: fix broken module option
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Nov 18, 2024
1 parent bdf7685 commit 01d30c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/traefik/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in {
'';
};
tls = {
cloudflareDNS01 = mkOption {
cloudflareDNS01Challenge = mkOption {
type = types.bool;
default = true;
description = ''
Expand Down

0 comments on commit 01d30c2

Please sign in to comment.