modified: configuration.nix
This commit is contained in:
parent
57642b2257
commit
2eb25c0d48
1 changed files with 1 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ in
|
|||
'' else "";
|
||||
boot.kernelParams = lib.optionals isNvidia [ "nvidia-drm.modeset=1" ]
|
||||
++ lib.optionals isAdata [ "nvme_core.default_ps_max_latency_us=0" "nvme_core.io_timeout=4294967295" ];
|
||||
boot.blacklistedKernelModules = lib.optionals isNvidia then [ "nouveau" ];
|
||||
boot.blacklistedKernelModules = lib.optionals isNvidia [ "nouveau" ];
|
||||
boot.extraModprobeConfig =
|
||||
if isNvidia then
|
||||
"options nvidia "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue