ga401: use mkDefault for dynamicBoost

This commit is contained in:
deirn 2024-03-28 00:20:41 +07:00 committed by mergify[bot]
parent cac934beb3
commit e1cbffcf3a
1 changed files with 1 additions and 1 deletions

View File

@ -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";