From f2c732ccb97e343cbba0cebba55f36c4b44b8b96 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Wed, 20 Sep 2023 16:14:48 -0400 Subject: [PATCH] reorder --- NOTES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTES b/NOTES index cbd3766..93a16e5 100644 --- a/NOTES +++ b/NOTES @@ -13,14 +13,14 @@ INSTALL: export NIX_CONFIG="experimental-features = nix-command flakes" -nix-env -iA nixos.pinentry +nix-env -iA nixos.pinentry nixos.git echo pinentry-program $(which pinentry) >> ~/.gnupg/gpg-agent.conf -echo test | gpg --clearsign -gpg --list-keys -EDITOR=vi sops --config .sops.yaml hosts/common/secrets.yaml git clone https://github.com/gburd/nix-config.git cd nix-config nix develop +echo test | gpg --clearsign +gpg --list-keys +EDITOR=vi sops --config .sops.yaml hosts/common/secrets.yaml sudo nixos-install --flake .#hostname reboot home-manager switch --flake .#username@hostname