added reencryption command

这个提交包含在:
Markus Schmidl 2019-04-30 23:21:34 +02:00
父节点 6e5c770c37
当前提交 550177c152
共有 1 个文件被更改,包括 5 次插入0 次删除

查看文件

@ -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 {}```