add how to format disks with disko into readme

This commit is contained in:
TheWanderingCrow 2025-01-18 17:35:22 -05:00
parent 2a219611b6
commit 4de50b8a97

View file

@ -6,3 +6,6 @@
## Building the Live ISO
`nixos-generate --format install-iso --flake .#Parzival-Live -o result`
## Formatting disks with disko
`sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount <disk config path>`