summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/x230/default.nix
diff options
context:
space:
mode:
authorMichael Peyton Jones <me@michaelpj.com>2018-06-08 23:51:07 +0100
committerMichael Peyton Jones <me@michaelpj.com>2018-06-08 23:54:25 +0100
commitcbdcc55f37ad1df7503896492ff8c0a0e529d16e (patch)
tree2314ce989e0fe60eadf5bb4faf7f877c5f78ae17 /lenovo/thinkpad/x230/default.nix
parentcfee9e13a5fe650d5d9c871d09b402809b6d44c7 (diff)
Add acpi_call module
Diffstat (limited to 'lenovo/thinkpad/x230/default.nix')
-rw-r--r--lenovo/thinkpad/x230/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/lenovo/thinkpad/x230/default.nix b/lenovo/thinkpad/x230/default.nix
index 604df3d..32e5c13 100644
--- a/lenovo/thinkpad/x230/default.nix
+++ b/lenovo/thinkpad/x230/default.nix
@@ -4,14 +4,11 @@
imports = [
../.
../../../common/cpu/intel
+ ../acpi_call.nix
];
boot = {
- extraModulePackages = with config.boot.kernelPackages; [
- acpi_call
- ];
kernelModules = [
- "acpi_call"
"tpm-rng"
];
};