From 31c041d5aa03838c71515a113a3d2d7e5a4e199a Mon Sep 17 00:00:00 2001 From: David Crompton Date: Wed, 1 Nov 2023 14:07:10 -0400 Subject: [PATCH] Disable/remove Nouveau (Remove old GPU) --- machines/kcnhub/nvidia.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/machines/kcnhub/nvidia.nix b/machines/kcnhub/nvidia.nix index e85397b..e890645 100644 --- a/machines/kcnhub/nvidia.nix +++ b/machines/kcnhub/nvidia.nix @@ -11,12 +11,9 @@ services.xserver.videoDrivers = [ # For the RTX 4000 "nvidia" - # For the Older GPU - "nouveau" ]; services.xserver.exportConfiguration = true; - boot.blacklistedKernelModules = lib.mkForce ["nvidiafb"]; hardware.nvidia = { # Modesetting is needed for most Wayland compositors