24
7
Fork 3

updated README.md

Dieser Commit ist enthalten in:
Markus Schmidl 2019-05-01 00:55:11 +02:00
Ursprung 762f617a86
Commit 51981decf6
1 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -18,5 +18,9 @@ nixops deploy -d hq --include=grafana -I nixpkgs=https://github.com/NixOS/nixpkg
# Secrets
Add your gpg-id to the .gpg-id file in secrets and let somebody reencrypt it for you:
```PASSWORD_STORE_DIR=`pwd` tr '\n' ' ' < .gpg-id | xargs -I{} pass init {}```
Add your gpg-id to the .gpg-id file in secrets and let somebody reencrypt it for you.
Maybe this works for you, maybe not. I did it somehow:
```PASSWORD_STORE_DIR=`pwd` tr '\n' ' ' < .gpg-id | xargs -I{} pass init {}````
Your gpg key has to have the Authenticate flag set. If not update it and push it to a keyserver and wait.
This is necessary, so you can login to any machine with your gpg key.