nixos/vmware-guest: Remove the video driver

This breaks isos since https://github.com/NixOS/nixpkgs/pull/172668
because vmware is enabled there. @K900 tested this and confirmed that
the GPU acceleration still works.
This commit is contained in:
Janne Heß 2022-05-30 10:12:11 +02:00
parent f6facfe59d
commit 5157246aa4
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -64,7 +64,6 @@ in
environment.etc.vmware-tools.source = "${open-vm-tools}/etc/vmware-tools/*";
services.xserver = mkIf (!cfg.headless) {
videoDrivers = mkOverride 50 [ "vmware" ];
modules = [ xf86inputvmmouse ];
config = ''