Guess you have to wrap each param for kernelParams

This commit is contained in:
Chris (wolcen) Thompson 2025-10-04 11:43:06 -04:00
parent 00afa1c95f
commit 02cd8d9d3a

View file

@ -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 (_: {