mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
nixos/virtualbox-image: change graphics adapter to vmswga
This commit is contained in:
parent
6c2d12f1fa
commit
f29063ff0b
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ in {
|
||||||
audiocontroller = "ac97";
|
audiocontroller = "ac97";
|
||||||
audio = "alsa";
|
audio = "alsa";
|
||||||
audioout = "on";
|
audioout = "on";
|
||||||
|
graphicscontroller = "vmsvga";
|
||||||
rtcuseutc = "on";
|
rtcuseutc = "on";
|
||||||
usb = "on";
|
usb = "on";
|
||||||
usbehci = "on";
|
usbehci = "on";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue