Add more video drivers to the VM image

This might allow it to work in VMware and QEMU.
This commit is contained in:
Eelco Dolstra 2013-10-09 13:33:43 +02:00
parent 3472992188
commit 87bea0b09e

View file

@ -10,4 +10,8 @@
# Allow mounting of shared folders.
users.extraUsers.demo.extraGroups = [ "vboxsf" ];
# Add some more video drivers to give X11 a shot at working in
# VMware and QEMU.
services.xserver.videoDrivers = mkOverride 40 [ "virtualbox" "vmware" "cirrus" "vesa" ];
}