2020-07-26 10:59:49 +00:00
|
|
|
{
|
2018-05-15 13:46:41 +00:00
|
|
|
imports = [
|
2018-05-15 16:54:18 +00:00
|
|
|
../../../common/cpu/intel/kaby-lake
|
2018-05-15 13:46:41 +00:00
|
|
|
../../../common/pc/laptop
|
|
|
|
];
|
|
|
|
|
2018-05-15 16:54:18 +00:00
|
|
|
boot.blacklistedKernelModules = [ "psmouse" ]; # touchpad goes over i2c
|
2018-05-15 13:46:41 +00:00
|
|
|
|
2019-10-27 08:02:50 +00:00
|
|
|
# This will save you money and possibly your life!
|
|
|
|
services.thermald.enable = true;
|
2018-05-15 13:46:41 +00:00
|
|
|
}
|