summary refs log tree commit diff stats
path: root/modules/hardware/nvidia-gpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/nvidia-gpu.nix')
-rw-r--r--modules/hardware/nvidia-gpu.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hardware/nvidia-gpu.nix b/modules/hardware/nvidia-gpu.nix
index 2c49e96..9fc3416 100644
--- a/modules/hardware/nvidia-gpu.nix
+++ b/modules/hardware/nvidia-gpu.nix
@@ -1,6 +1,5 @@
 { config, pkgs, ... }:
 
 { services.xserver.videoDrivers = [ "nvidia" ];
-  hardware.opengl.driSupport32Bit = true;
   nixpkgs.config.allowUnfree = true;
 }