feat: add acpi_call and ssd for thinkpad x270
acpi_call is required to use tlp on lenovo thinkpad x270 and some x270 have an ssd. Therefor, acpi_call and ssd have been added to the lenovo thinkpad x270 hardware config.
This commit is contained in:
parent
1a0ccdbf45
commit
b750b56a20
|
@ -2,6 +2,8 @@
|
|||
imports = [
|
||||
../.
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop/acpi_call.nix
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
boot.kernelParams = [
|
||||
|
|
Loading…
Reference in a new issue