2019-02-08 11:20:06 -05:00
|
|
|
{
|
|
|
|
imports = [
|
2019-07-01 05:15:35 -04:00
|
|
|
../../../common/cpu/intel
|
2019-02-08 11:20:06 -05:00
|
|
|
../../../common/pc/laptop
|
|
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
|
|
];
|
|
|
|
|
|
|
|
# Force S3 sleep mode. See README.wiki for details.
|
|
|
|
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
|
|
|
|
|
|
|
# touchpad goes over i2c
|
|
|
|
boot.blacklistedKernelModules = [ "psmouse" ];
|
2019-10-27 04:02:50 -04:00
|
|
|
|
|
|
|
# This will save you money and possibly your life!
|
|
|
|
services.thermald.enable = true;
|
2019-02-08 11:20:06 -05:00
|
|
|
}
|