forked from M-Labs/nix-scripts
wfvm: do not use virtio graphics (driver not installed)
This commit is contained in:
parent
8fa63fe916
commit
77722ae68b
|
@ -10,7 +10,6 @@ rec {
|
|||
"-smp ${cores}"
|
||||
"-m ${qemuMem}"
|
||||
"-bios ${pkgs.OVMF.fd}/FV/OVMF.fd"
|
||||
"-vga virtio"
|
||||
"-rtc base=${baseRtc}"
|
||||
"-device piix3-usb-uhci"
|
||||
"-device e1000,netdev=n1"
|
||||
|
|
Loading…
Reference in New Issue