Skip to content

Commit

Permalink
fix: agenix
Browse files Browse the repository at this point in the history
  • Loading branch information
allow authored and allow committed Mar 30, 2024
1 parent e96ab88 commit aae6bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-modules/flake-guard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in
else (
if (lookup != null && config ? "sops" && config.sops.secrets ? "${lookup}" ) then
config.sops.secrets.${lookup}.path
else if (lookup != null && config ? "age" && config.age.sops.secrets ? "${lookup}" ) then
else if (lookup != null && config ? "age" && config.age.secrets ? "${lookup}" ) then
config.age.secrets.${lookup}.path
else null
);
Expand Down

0 comments on commit aae6bfe

Please sign in to comment.