Disable/remove Nouveau (Remove old GPU)
parent
51215319d3
commit
31c041d5aa
|
@ -11,12 +11,9 @@
|
||||||
services.xserver.videoDrivers = [
|
services.xserver.videoDrivers = [
|
||||||
# For the RTX 4000
|
# For the RTX 4000
|
||||||
"nvidia"
|
"nvidia"
|
||||||
# For the Older GPU
|
|
||||||
"nouveau"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.exportConfiguration = true;
|
services.xserver.exportConfiguration = true;
|
||||||
boot.blacklistedKernelModules = lib.mkForce ["nvidiafb"];
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
|
|
||||||
# Modesetting is needed for most Wayland compositors
|
# Modesetting is needed for most Wayland compositors
|
||||||
|
|
Loading…
Reference in New Issue