1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 20:40:38 +00:00

Update sensitive-dotfiles.md

This commit is contained in:
Richard Boß
2023-04-26 23:44:36 +02:00
committed by deadc0de
parent a499c8148d
commit 25d48954b4

View File

@@ -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}"
@@ -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).