Hey,
> +@example > +image=$(guix system disk-image --image-type=qcow2 \ > + gnu/system/examples/lightweight-desktop.tmpl) > +cp $image /tmp/my-image.qcow2 > +chmod +rw /tmp/my-image.qcow2 > +qemu-system-x86_64 -enable-kvm -hda /tmp/my-image.qcow2 -m 1000 > + -bios $(guix build ovmf)/share/firmware/ovmf_x64.bin > +@end example This looks good! Note that I plan to remove the "vm-image" command and rename "disk-image" command to "image" once the 1.2.0 is out. Thanks, Mathieu