Post #1386769
2026-03-01 13:09 UTC
@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!
Replies (1)
-
@bjc@tines.spork.org 2026-03-01 13:11
@janneke @guix @nlnet yep, that's great. thanks!