nixos-hardware/lenovo/thinkpad/x270/default.nix

12 lines
173 B
Nix

{
imports = [
../.
../../../common/cpu/intel
];
boot.kernelParams = [
# Disable "Panel Self Refresh". Fix random freezes.
"i915.enable_psr=0"
];
}