diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-12 12:18:59 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-12 12:22:02 -0600 |
| commit | ee9898d243d1cfe1508d0ae9593a98a318c4f15f (patch) | |
| tree | 7015cb4203eb3593abd1aa031deba62527a225e6 | |
| parent | 6c740cd1f0beed9a54ec7cf295f49c63d51a2b77 (diff) | |
sys/platform/{[lustrated], [lustrated]}: enable virt
| -rw-r--r-- | sys/virt/libvirt.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/virt/libvirt.nix b/sys/virt/libvirt.nix index a48e0f1..1cc42a9 100644 --- a/sys/virt/libvirt.nix +++ b/sys/virt/libvirt.nix @@ -24,7 +24,7 @@ in virtualisation = { libvirt = { - enable = true; + enable = any (dom: dom.enable) (attrValues cfg.dom); connections."qemu:///system".domains = let |
