Skip to content

Procedures

Ethan Turkeltaub edited this page Aug 23, 2026 · 4 revisions

Creating a new Proxmox VM

Burning an SD image to a card for a Raspberry Pi

  1. Ensure that the target host is importing the nixos-raspberrypi.nixosModules.sd-image module. This adds the correct build attributes and disk layout.
  2. Insert the SD card and look up its disk mountpoint with diskutil list.
  3. Run just sd-image <host> to generate the SD image.
  4. Run just burn-sd-image <result> <disk> <raw-disk>. An example would be just burn-sd-image ./result/sd-image/nixos-image-rpi4-uboot.img.zst /dev/disk6 /dev/rdisk6.

Clone this wiki locally