Skip to content

Commit

Permalink
Update sensitive-dotfiles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richboss authored and deadc0de6 committed Apr 27, 2023
1 parent a499c81 commit 25d4895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/sensitive-dotfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ trans_write:
_encrypt: "gpg -q -r {{@@ keyid @@}} --armor --no-tty -o {1} -e {0}"
```

Passphrase is stored in a environement variable:
Passphrase is stored in an environment variable:
```yaml
trans_read:
_decrypt: "echo {{@@ env['THE_KEY'] @@}} | gpg -q --batch --yes --for-your-eyes-only --passphrase-fd 0 --no-tty -d {0} > {1}"
Expand Down Expand Up @@ -106,4 +106,4 @@ trans_write:
_encrypt: "echo {{@@ gpg_password @@}} | gpg -q --batch --yes --passphrase-fd 0 --no-tty -o {1} -c {0}"
```

See also [transformations](../config/config-transformations.md).
See also [transformations](../config/config-transformations.md).

0 comments on commit 25d4895

Please sign in to comment.