Commit 87bea0b0 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Add more video drivers to the VM image

This might allow it to work in VMware and QEMU.
parent 34729921
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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" ];
}