From 5157246aa4fdcbef7796ef9914c3a7e630c838ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Mon, 30 May 2022 10:12:11 +0200 Subject: [PATCH] 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. --- nixos/modules/virtualisation/vmware-guest.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/virtualisation/vmware-guest.nix b/nixos/modules/virtualisation/vmware-guest.nix index 3caed746ca9..d468a200872 100644 --- a/nixos/modules/virtualisation/vmware-guest.nix +++ b/nixos/modules/virtualisation/vmware-guest.nix @@ -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 = ''