mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-02-17 05:25:04 +01:00
ga401: use mkDefault for dynamicBoost
This commit is contained in:
parent
cac934beb3
commit
e1cbffcf3a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
# This will also cause "PCI-Express Runtime D3 Power Management" to be enabled by default
|
# This will also cause "PCI-Express Runtime D3 Power Management" to be enabled by default
|
||||||
modesetting.enable = lib.mkDefault true;
|
modesetting.enable = lib.mkDefault true;
|
||||||
|
|
||||||
dynamicBoost.enable = true;
|
dynamicBoost.enable = lib.mkDefault true;
|
||||||
|
|
||||||
prime = {
|
prime = {
|
||||||
amdgpuBusId = "PCI:4:0:0";
|
amdgpuBusId = "PCI:4:0:0";
|
||||||
|
|
Loading…
Add table
Reference in a new issue