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 12, 2023
1 parent f8a056e commit b1d85ad
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 @@ -305,7 +305,7 @@ EDITOR=vim nix run github:ryantm/agenix -- -e github-ssh-key.age

This would start a `vim` session.

I would enter insert mode `:i`, type the password, hit Esc and then type `:w` to save it, resulting in the creation of a new file, `github-ssh-key.age`.
I would enter insert mode `:i`, copy+paste the key, hit Esc and then type `:w` to save it, resulting in the creation of a new file, `github-ssh-key.age`.

Next, I would edit `secrets.nix` to include a line specifying the public key to use for my new secret. I specify a user key, but I could just as easily specify a host key.

Expand Down

0 comments on commit b1d85ad

Please sign in to comment.