Skip to content

panchoh/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

flake for configuring my boxen using NixOS, Home Manager, and more.

Resources

Stars

Watchers

Forks