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