- Flash UEFI firmware with Jetpack 6 support. See jetpack-nixos
- Create installation media
- Build the customized installer iso. See jetpack-nixos
- Write the iso to a usb drive
- Boot the installation media
- Connect to the network
wpa_cli
add_network
set_network 0 ssid "SSID"
set_network 0 key_mgmt NONE - Clone this repo
- Partition the disk (Each hosts
disk-config.nixis located inhosts/<host name>/):sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount <path to disk-config.nix> - Install nixos:
nixos-install --root /mnt --flake <path to this repo>#<host name>