Skip to content

Instantly share code, notes, and snippets.

@kohane27
kohane27 / nixos_in_virtualbox.md
Last active March 10, 2024 05:56 — forked from johnrichardrinehart/nixos_in_virtualbox.md
NixOS from "scratch" as Virtualbox Guest

Steps

Inside the Live CD

UEFI instructions

sudo su # assume root
parted /dev/sda -- mklabel gpt
parted /dev/sda -- mkpart primary 512MiB -8GiB