mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +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
@ -10,4 +10,8 @@
|
|||||||
|
|
||||||
# Allow mounting of shared folders.
|
# Allow mounting of shared folders.
|
||||||
users.extraUsers.demo.extraGroups = [ "vboxsf" ];
|
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…
Reference in New Issue
Block a user