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

8
NOTES
View file

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