Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantm committed Sep 3, 2020
1 parent 7957842 commit ac8d259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ nix run github:ryantm/agenix -- --help
system1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPJDyIr/FSz1cJdcoW69R+NrWzwGK/+3gJpqD1t8L2zE";
in
{
"secret1.age".public_keys = [ user1 system1];
"secret1.age".public_keys = [ user1 system1 ];
"secret2.age".public_keys = [ user1 ];
}
```
Expand Down
2 changes: 1 addition & 1 deletion example/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ let
system1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPJDyIr/FSz1cJdcoW69R+NrWzwGK/+3gJpqD1t8L2zE";
in
{
"secret1.age".public_keys = [ user1 system1];
"secret1.age".public_keys = [ user1 system1 ];
"secret2.age".public_keys = [ user1 ];
}

0 comments on commit ac8d259

Please sign in to comment.