1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

t430: add acpi_call module

This commit is contained in:
José Neto 2019-05-04 15:04:05 -03:00
parent 1e4abf794a
commit a8ea967866

View file

@ -4,6 +4,7 @@
imports = [ imports = [
../. ../.
../../../common/cpu/intel ../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
]; ];
boot = { boot = {