2016-02-08 07:12:20 -05:00
|
|
|
{
|
2017-12-24 18:21:05 -05:00
|
|
|
imports = [
|
|
|
|
../.
|
|
|
|
../../../common/cpu/intel
|
|
|
|
];
|
2017-12-23 20:13:08 -05:00
|
|
|
|
2016-02-08 07:12:20 -05:00
|
|
|
boot = {
|
2023-01-24 03:54:28 -05:00
|
|
|
extraModprobeConfig = ''
|
2016-02-08 07:12:20 -05:00
|
|
|
options bbswitch use_acpi_to_detect_card_state=1
|
2023-01-20 15:35:06 -05:00
|
|
|
options thinkpad_acpi force_load=1 fan_control=1
|
2016-02-08 07:12:20 -05:00
|
|
|
'';
|
2017-12-25 16:26:29 -05:00
|
|
|
# TODO: probably enable tcsd? Is this line necessary?
|
2017-09-06 04:01:01 -04:00
|
|
|
kernelModules = [ "tpm-rng" ];
|
2016-02-08 07:12:20 -05:00
|
|
|
};
|
|
|
|
}
|