mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
ga401: enable nvidia.dynamicBoost
This commit is contained in:
committed by
mergify[bot]
parent
42d7e50677
commit
80223acd7f
@@ -17,6 +17,8 @@
|
|||||||
# Enable DRM kernel mode setting
|
# Enable DRM kernel mode setting
|
||||||
powerManagement.enable = lib.mkDefault true;
|
powerManagement.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
dynamicBoost.enable = true;
|
||||||
|
|
||||||
prime = {
|
prime = {
|
||||||
amdgpuBusId = "PCI:4:0:0";
|
amdgpuBusId = "PCI:4:0:0";
|
||||||
nvidiaBusId = "PCI:1:0:0";
|
nvidiaBusId = "PCI:1:0:0";
|
||||||
|
|||||||
Reference in New Issue
Block a user