Guess you have to wrap each param for kernelParams
This commit is contained in:
parent
00afa1c95f
commit
02cd8d9d3a
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in
|
||||||
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
||||||
|
|
||||||
# Fix problems with hanging on RX6700 (disables PSR - Panel Self Refresh)
|
# Fix problems with hanging on RX6700 (disables PSR - Panel Self Refresh)
|
||||||
boot.kernelParams = [ "amdgpu.dcdebugmask=0x10 pcie_port_pm=off pcie_aspm.policy=performance" ];
|
boot.kernelParams = [ "amdgpu.dcdebugmask=0x10" "pcie_port_pm=off" "pcie_aspm.policy=performance" ];
|
||||||
|
|
||||||
boot.extraModulePackages = [
|
boot.extraModulePackages = [
|
||||||
(amdgpu-kernel-module.overrideAttrs (_: {
|
(amdgpu-kernel-module.overrideAttrs (_: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue