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

14 lines
251 B
Nix
Raw Permalink Normal View History

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