mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Add more video drivers to the VM image
This might allow it to work in VMware and QEMU.
This commit is contained in:
parent
3472992188
commit
87bea0b09e
1 changed files with 4 additions and 0 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue