updated README.md

Este commit está contenido en:
Markus Schmidl 2019-05-01 00:55:11 +02:00
padre 762f617a86
commit 51981decf6
Se han modificado 1 ficheros con 6 adiciones y 2 borrados

Ver fichero

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