<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>headless on 🪄 Technical Sourcery</title><link>https://www.technicalsourcery.net/tags/headless/</link><description>Recent content in headless on 🪄 Technical Sourcery</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright © 2018-{year} Karl Stenerud. All Rights Reserved.</copyright><lastBuildDate>Sun, 01 Aug 2021 14:11:43 +0100</lastBuildDate><atom:link href="https://www.technicalsourcery.net/tags/headless/index.xml" rel="self" type="application/rss+xml"/><item><title>Test-driving a NixOS VM using libvirt</title><link>https://www.technicalsourcery.net/posts/nixos-in-libvirt/</link><pubDate>Sun, 01 Aug 2021 14:11:43 +0100</pubDate><guid>https://www.technicalsourcery.net/posts/nixos-in-libvirt/</guid><description>NixOS has a lot of really cool ideas, but unfortunately installing on a VM is still tricky. This guide is designed as a &amp;ldquo;just get me something working, please!&amp;rdquo; way to get a headless NixOS install up and running in a libvirt VM.
Prerequisites You will need to have libvirt and virt-install on your system.
On Ubuntu:
1sudo apt update 2sudo apt install qemu-kvm libvirt-daemon-system virtinst On Redhat:
1sudo yum install kvm virt-manager libvirt libvirt-python python-virtinst You&amp;rsquo;ll also need the NixOS minimal ISO image Launching the VM Use the following as an example for launching your vm, picking a decent place to create your qcow2 disk image (you will be installing to this) so that you can find it later:</description></item></channel></rss>