Skip to content

Commit

Permalink
Merge pull request #50 from the-mathematicaster/patch-1
Browse files Browse the repository at this point in the history
Fix missing mkOption
  • Loading branch information
oddlama authored Oct 17, 2024
2 parents fb10b6f + b960633 commit 0488a23
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 0488a23

Please sign in to comment.