adjust order

This commit is contained in:
Greg Burd 2023-09-21 14:36:14 -04:00
parent c9189d5094
commit e3b7b91bf1
No known key found for this signature in database
GPG key ID: 1FC1E7793410DE46

3
NOTES
View file

@ -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