1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/lenovo/thinkpad/x270/default.nix

12 lines
173 B
Nix
Raw Permalink Normal View History

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