mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/Nvidia] remove nvidia_uvm from early loading
Known to cause issues with power management
This commit is contained in:
parent
934b33eef5
commit
1e5e4db41e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,8 +52,8 @@ in {
|
|||
boot.initrd.kernelModules = [
|
||||
"nvidia"
|
||||
"nvidia_drm"
|
||||
"nvidia_uvm"
|
||||
"nvidia_modeset"
|
||||
# "nvidia_uvm" # Don't load it early as it causes power-management issues
|
||||
];
|
||||
|
||||
services.xserver.videoDrivers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue