mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +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
|
||||
modesetting.enable = lib.mkDefault true;
|
||||
|
||||
dynamicBoost.enable = true;
|
||||
dynamicBoost.enable = lib.mkDefault true;
|
||||
|
||||
prime = {
|
||||
amdgpuBusId = "PCI:4:0:0";
|
||||
|
|
Loading…
Reference in a new issue