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}"
|
"-smp ${cores}"
|
||||||
"-m ${qemuMem}"
|
"-m ${qemuMem}"
|
||||||
"-bios ${pkgs.OVMF.fd}/FV/OVMF.fd"
|
"-bios ${pkgs.OVMF.fd}/FV/OVMF.fd"
|
||||||
"-vga virtio"
|
|
||||||
"-rtc base=${baseRtc}"
|
"-rtc base=${baseRtc}"
|
||||||
"-device piix3-usb-uhci"
|
"-device piix3-usb-uhci"
|
||||||
"-device e1000,netdev=n1"
|
"-device e1000,netdev=n1"
|
||||||
|
|
Loading…
Reference in New Issue