qemu -vga std

This commit is contained in:
nora 2023-06-21 19:59:06 +02:00
parent 17058994a8
commit 0c070d2b34

View file

@ -212,6 +212,9 @@
};
};
libvirtd.enable = true;
qemu = {
options = [ "-vga std" ];
};
};