Этот коммит содержится в:
Markus Schmidl 2019-05-01 00:55:11 +02:00
родитель 762f617a86
Коммит 51981decf6
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

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