flake.nix: overwrite hypervisor in *-vm packages

This commit is contained in:
Astro 2022-05-28 00:15:03 +02:00
parent 69ebfb1f42
commit 7b78508a38
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
{
microvm = {
mem = 2048;
hypervisor = "qemu";
hypervisor = nixpkgs.lib.mkForce "qemu";
socket = null;
shares = [ {
tag = "ro-store";