allow overriding hardware.nvidia values
This commit is contained in:
parent
b4c9b055fb
commit
44532f1cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
# enable nvidia drivers (not just for xorg!)
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
hardware.nvidia = {
|
||||
hardware.nvidia = lib.mkDefault {
|
||||
# Nvidia power management. Experimental, and can cause sleep/suspend to fail.
|
||||
# Enable this if you have graphical corruption issues or application crashes after waking
|
||||
# up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue