Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 685 Bytes

README.org

File metadata and controls

26 lines (20 loc) · 685 Bytes

My Flaky NixOS Config

Bootstrapping

  1. Put a bootable NixOS iso image on a usb thumbdrive, and boot it
  2. Prime the box
    sudo nix --experimental-features 'nix-command flakes' run github:panchoh/nixos#helium
        
  3. Change the default password (you guessed it, it’s ‘password’)
    passwd
        
  4. Manage your ssh key and then let Home Manager finish the setup
    doas systemctl restart home-manager-pancho.service
        
  5. Optimise the storage just this once
    nix store optimise --verbose
        
  6. You are all set. Happy hacking!