nixos/nvidia: remove a useless option
According to the doc[1], NVreg_DynamicPowerManagement is a kernel module parameter, which it is already set as. So it should not be set as an xorg option. [1]: https://download.nvidia.com/XFree86/Linux-x86_64/515.43.04/README/dynamicpowermanagement.html#DriverSettingsfe624
This commit is contained in:
parent
dc706dddd0
commit
d5a9c1dd08
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ in
|
|||
''
|
||||
BusID "${pCfg.nvidiaBusId}"
|
||||
${optionalString syncCfg.allowExternalGpu "Option \"AllowExternalGpus\""}
|
||||
${optionalString cfg.powerManagement.finegrained "Option \"NVreg_DynamicPowerManagement=0x02\""}
|
||||
'';
|
||||
screenSection =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue