enigma: updates

This commit is contained in:
Luj 2023-11-25 23:27:06 +01:00
parent 54f17f57c0
commit 9452fc92ae
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 9 additions and 8 deletions

View file

@ -41,7 +41,6 @@
enable = true;
};
boot.kernelParams = [ "nvidia-drm.modeset=1" "module_blacklist=nouveau" ];
# Load nvidia driver for Xorg and Wayland
services.xserver.videoDrivers = [ "nvidia" ];
@ -71,7 +70,7 @@
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.beta;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};