mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-02-18 14:05:08 +01:00
Merge pull request #408 from koalp/master
Add acpi_call for lenovo thinkpad x270
This commit is contained in:
commit
31e258c27d
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
|
../../../common/pc/laptop/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue