diff --git a/README.md b/README.md index 71081c14..d1054349 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,8 @@ nixops create hq.nixops -d hq nixops deploy -d hq --debug --include=dhcp --force-reboot nixops deploy -d hq --include=grafana -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz --force-reboot ``` + +# 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 {}```