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