diff --git a/NOTES b/NOTES index 8d68268..cbd3766 100644 --- a/NOTES +++ b/NOTES @@ -13,10 +13,15 @@ INSTALL: export NIX_CONFIG="experimental-features = nix-command flakes" +nix-env -iA nixos.pinentry +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 -nixos-install --flake .#hostname +sudo nixos-install --flake .#hostname reboot home-manager switch --flake .#username@hostname