2018-06-21 13:20:57 +00:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../.
|
|
|
|
../../../common/cpu/intel
|
2022-04-09 21:48:00 +00:00
|
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
|
|
../../../common/pc/laptop/ssd
|
2018-06-21 13:20:57 +00:00
|
|
|
];
|
2021-03-09 04:32:58 +00:00
|
|
|
|
|
|
|
boot.kernelParams = [
|
|
|
|
# Disable "Panel Self Refresh". Fix random freezes.
|
|
|
|
"i915.enable_psr=0"
|
|
|
|
];
|
2018-06-21 13:20:57 +00:00
|
|
|
}
|