Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
fix(agenix): corrected instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Nov 18, 2023
1 parent ec7b3e0 commit f0cb4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ As the name suggest, DON'T COMMIT this file, and DELETE IT afterwards.
To access secrets, run in the root directory of this flake:

```bash
agenix -- -d secrets/password.age -i secrets/identities/age-yubikey-identity-*.txt
agenix -d secrets/password.age -i secrets/identities/age-yubikey-identity-*.txt
# or
nix run github:ryantm/agenix -- -d secrets/password.age -i secrets/identities/age-yubikey-identity-*.txt
```
Expand All @@ -43,7 +43,7 @@ age-plugin-yubikey --identity
To edit secrets, run in the root directory of this flake:

```bash
agenix -- -e secrets/password.age -i secrets/identities/age-yubikey-identity-*.txt
agenix -e secrets/password.age -i secrets/identities/age-yubikey-identity-*.txt
# or
nix run github:ryantm/agenix -- -e secrets/password.age -i secrets/identities/age-yubikey-identity-*.txt
```
Expand Down

0 comments on commit f0cb4a1

Please sign in to comment.