Disko
Disk layouts are declared through Disko modules under hosts/common/disko/ and host-specific
imports.
Install Flow
Section titled “Install Flow”- Boot a NixOS installer.
- Load the host disk configuration.
- Run Disko to partition and mount filesystems.
- Generate hardware configuration without filesystem entries.
- Install using the host flake output.
Useful Commands
Section titled “Useful Commands”Run Disko through the development shell command:
disko --mode disko --flake .#<host>Install through nixos-anywhere:
just install <host> <target>For older step-by-step notes, see docs/DISKO.md.