Post #1386768
2026-03-01 13:01 UTC
@janneke @guix @nlnet this is great news!
a nit: in case you're starting from nothing, you need to add virtualization to the (use-service-modules …) form in order for the instructions on the blog to work.
Replies (1)
-
@janneke@todon.nl 2026-03-01 13:09
@bjc @guix @nlnet Ah right, you mean like this: to your `hurd-vm-configuration`. And if you don't have a `hurd-vm-configuration` yet?. Easy, in that case just add ``` (use-service-modules virtualization) [..] (hurd-vm-configuration (type 'hurd64-qcow2)) ``` ? If so, I'll be adding that, ty!