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