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

12 lines
173 B
Nix
Raw Normal View History

2018-06-21 09:20:57 -04:00
{
imports = [
../.
../../../common/cpu/intel
];
boot.kernelParams = [
# Disable "Panel Self Refresh". Fix random freezes.
"i915.enable_psr=0"
];
2018-06-21 09:20:57 -04:00
}