1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-26 18:55:00 +01:00

lenovo-legion-16ach6h: enable nvidia.powerd to unlock more gpu power

This commit is contained in:
BohdanQQ 2025-01-19 22:00:15 +01:00 committed by mergify[bot]
parent ce98bebf0f
commit 1f23785afe

View file

@ -28,6 +28,7 @@
nvidia = {
modesetting.enable = lib.mkDefault true;
powerManagement.enable = lib.mkDefault true;
dynamicBoost.enable = lib.mkDefault true;
prime = {
amdgpuBusId = lib.mkDefault "PCI:5:0:0";