Skip to content

Commit

Permalink
Fix missing mkOption
Browse files Browse the repository at this point in the history
mkOption was missing from options.age.secrets.*.intermediary
  • Loading branch information
the-mathematicaster authored Oct 17, 2024
1 parent fb10b6f commit b960633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/agenix-rekey.nix
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ in {
description = "The true identifier of this secret as used in `age.secrets`.";
};

intermediary = {
intermediary = mkOption {
type = types.bool;
default = false;
description = ''
Expand Down

0 comments on commit b960633

Please sign in to comment.