Merge pull request #174057 from jian-lin/fix-nvidia.powerManagement.finegrained-remove-useless-setting

nixos/nvidia: remove a useless option
This commit is contained in:
Thiago Kenji Okada 2022-06-02 17:32:24 +01:00 committed by GitHub
commit 3ead2b58f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,7 +255,6 @@ in
'' ''
BusID "${pCfg.nvidiaBusId}" BusID "${pCfg.nvidiaBusId}"
${optionalString syncCfg.allowExternalGpu "Option \"AllowExternalGpus\""} ${optionalString syncCfg.allowExternalGpu "Option \"AllowExternalGpus\""}
${optionalString cfg.powerManagement.finegrained "Option \"NVreg_DynamicPowerManagement=0x02\""}
''; '';
screenSection = screenSection =
'' ''