updated README.md

This commit is contained in:
Markus Schmidl 2019-05-01 00:55:11 +02:00
parent 762f617a86
commit 51981decf6
1 changed files with 6 additions and 2 deletions

View File

@ -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.