TL;DR; Add this
(service hurd-vm-service-type (hurd-vm-configuration (disk-size (* 5000 (expt 2 20))) ;5G (memory-size 1024))) ;1024MiB
sudo herd start childhurd ssh -p 10022 root@localhost
wget -O hurd-latest.img https://ci.guix.gnu.org/search/latest/image?query=spec:images+status:success+system:x86_64-linux+hurd-barebones.qcow2
qemu-system-i386 -m 2048 --enable-kvm --hda hurd-latest.img
TL;DR; Add this
GNU Shepherd system service description to your system configuration, and reconfigure; then just do something like If you're not using Guix System, you can still download a prebuilt QEMU image from <https://guix.gnu.org/en/download/latest/>: and do something like: Enjoy!