mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
adjust order
This commit is contained in:
parent
c9189d5094
commit
e3b7b91bf1
1 changed files with 2 additions and 1 deletions
3
NOTES
3
NOTES
|
@ -59,6 +59,8 @@ echo pinentry-program $(which pinentry) >> ~/.gnupg/gpg-agent.conf
|
|||
git clone https://github.com/gburd/nix-config.git
|
||||
cd nix-config
|
||||
nix develop
|
||||
export GPG_TTY=$(tty)
|
||||
gpg-connect-agent reloadagent /bye
|
||||
echo test | gpg --clearsign
|
||||
gpg --list-keys
|
||||
EDITOR=vi sops --config .sops.yaml hosts/common/secrets.yaml
|
||||
|
@ -67,7 +69,6 @@ reboot
|
|||
home-manager switch --flake .#username@hostname
|
||||
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
sudo nixos-rebuild switch --flake .#my-hostname
|
||||
clear; sudo nixos-rebuild dry-activate --flake .#loki
|
||||
|
||||
|
|
Loading…
Reference in a new issue