|
@@ -15,3 +15,8 @@ nixops create hq.nixops -d hq
|
15
|
15
|
nixops deploy -d hq --debug --include=dhcp --force-reboot
|
16
|
16
|
nixops deploy -d hq --include=grafana -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz --force-reboot
|
17
|
17
|
```
|
|
18
|
+
|
|
19
|
+# Secrets
|
|
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 {}```
|