host framenix: apply workaround against suspend-resume freeze bug in kernel 6.8

This commit is contained in:
Trolli Schmittlauch 2024-02-17 00:34:25 +01:00
parent 0cd23886c0
commit 9f55497476

View file

@ -37,6 +37,8 @@ in
patch = ./0001-drm-buddy-Improve-alloc_range-error-handling-routine.patch;
}
];
# fix freezes after s2idle suspend-resume
boot.blacklistedKernelModules = [ "amd-pmf" ];
boot.kernelParams = [
# temporary workaround for white flickering graphics artefacts