Skip to content

SchnozzleCat/Nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

657 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • nix-shell -p git
  • git clone https://github.com/SchnozzleCat/Nix ~/.nixos
  • sudo nixos-generate-config
  • cp /etc/nixos/hardware-configuration.nix ~/.nixos/nixos/hardware-configuration-.nix
  • git add .
  • git submodule update --init --recursive
  • sudo nixos-rebuild switch --flake ~/.nixos#
  • if using yubikey PAM
    • nix-shell -p yubico-pam -p yubikey-manager
    • ykman otp chalresp --touch --generate 2
    • ykpamcfg -2 -v
  • reboot
  • nix run home-manager/master -- switch --flake ~/.nixos#
  • gpg import ~/.nixos/home/pub.asc
  • gpg --edit-key
    • trust
    • 5
  • gpg --card-status
  • git stash
  • git-crypt unlock
  • git stash pop
  • home-manager switch --flake ~/.nixos# && os-build && reboot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages