Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons authored Nov 13, 2023
1 parent b1d85ad commit f93809f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ EDITOR=vim nix run github:ryantm/agenix -- -e secret.age
```
This opens an editor to accept, encrypt, and write your secret to disk.

Commit the file to your `nix-secrets` repo and add a reference in the `secrets.nix` of your `nixos-config`. References look like
Commit the file to your `nix-secrets` repo and add a reference in the `secrets.nix` of your `nix-secrets` repository. References look like
```
{
"secret.age".publicKeys = [ user1 system1 ];
Expand Down

0 comments on commit f93809f

Please sign in to comment.