This repository runs automated CI builds to produce a GNU Guix live image based on the official live VM configuration.
You may take a look at the image configuration and the build workflow to be sure that we aren't adding anything malicious to these builds!
A new .qcow2
image is produced at least once a week, sometimes more often if
we're making improvements to the configuration.
- Download a recently built
.qcow2
from this repo's release page - Launch the image in QEMU (update the image path in the last line!):
qemu-system-x86_64 \
-nic user,model=virtio-net-pci \
-enable-kvm -m 2048 \
-device virtio-blk,drive=guix-live \
-drive if=none,file=$HOME/Downloads/guix-live.qcow2,id=guix-demo
If you'd like to learn more about using GNU Guix, check out the series I produced on YouTube called Craft Your System with GNU Guix!
You can find the same content in written form on the System Crafters website.
You should also consult the GNU Guix Reference Manual for a more complete reference to all the features of Guix.
The code in this repository is licensed under the GNU General Public License v3.