Skip to content

Commit

Permalink
Run nix fmt on secrets.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubawy committed Jul 30, 2024
1 parent 7133e54 commit f6288a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in {
"secret2.age".publicKeys = [user1];
"passwordfile-user1.age".publicKeys = [user1 system1];
"armored-secret.age" = {
publicKeys = [ user1 ];
publicKeys = [user1];
armor = true;
};
}

0 comments on commit f6288a8

Please sign in to comment.