This commit is contained in:
Greg Burd 2023-09-20 13:32:13 -04:00
parent dc78f9a08e
commit 5299dfd794
No known key found for this signature in database
GPG key ID: 1FC1E7793410DE46

7
NOTES
View file

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