qemu -vga std

This commit is contained in:
nora 2023-06-21 19:59:06 +02:00
parent 3071be82af
commit b959a124fb

View file

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