From e3b7b91bf11e3c4dfe70a7fd9880c96d248da4a9 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Thu, 21 Sep 2023 14:36:14 -0400 Subject: [PATCH] adjust order --- NOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NOTES b/NOTES index f323538..5b45ce6 100644 --- a/NOTES +++ b/NOTES @@ -59,6 +59,8 @@ echo pinentry-program $(which pinentry) >> ~/.gnupg/gpg-agent.conf git clone https://github.com/gburd/nix-config.git cd nix-config nix develop +export GPG_TTY=$(tty) +gpg-connect-agent reloadagent /bye echo test | gpg --clearsign gpg --list-keys EDITOR=vi sops --config .sops.yaml hosts/common/secrets.yaml @@ -67,7 +69,6 @@ reboot home-manager switch --flake .#username@hostname -export GPG_TTY=$(tty) sudo nixos-rebuild switch --flake .#my-hostname clear; sudo nixos-rebuild dry-activate --flake .#loki