1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

ga401: enable nvidia.dynamicBoost

This commit is contained in:
ChaosAttractor 2024-01-30 04:54:38 +08:00 committed by mergify[bot]
parent 42d7e50677
commit 80223acd7f

View file

@ -17,6 +17,8 @@
# Enable DRM kernel mode setting
powerManagement.enable = lib.mkDefault true;
dynamicBoost.enable = true;
prime = {
amdgpuBusId = "PCI:4:0:0";
nvidiaBusId = "PCI:1:0:0";