update install instructions

This commit is contained in:
colin 2022-06-10 00:20:38 -07:00
parent 8780f0444f
commit 86a15aaa83
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@
# this produces a EFI-bootable .img file (GPT with / and /boot).
# after building this, steps are:
# run `btrfs-convert --uuid copy <device>`
# resize the part (`cfdisk <device>`).
# mount the device and resize the fs (`btrfs filesystem resize max <mountpoint>`)
# boot, checkout this flake into /etc/nixos AND UPDATE THE UUIDS IT REFERENCES.
# then `nixos-rebuild ...`
decl-img = { name, system, extraModules ? [] }: (