mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
qemu -vga std
This commit is contained in:
parent
17058994a8
commit
0c070d2b34
1 changed files with 3 additions and 0 deletions
|
|
@ -212,6 +212,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
|
qemu = {
|
||||||
|
options = [ "-vga std" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue