mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 02:19:06 +02:00
enigma: updates
This commit is contained in:
parent
54f17f57c0
commit
9452fc92ae
3 changed files with 9 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue