mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
reorder
This commit is contained in:
parent
5299dfd794
commit
f2c732ccb9
1 changed files with 4 additions and 4 deletions
8
NOTES
8
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
|
||||
|
|
Loading…
Reference in a new issue