summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-10-22 08:38:18 +0200
committertv <tv@krebsco.de>2018-10-22 08:38:18 +0200
commitbed32d5be8ee93743247c2b1b2beedc2f8fc95a6 (patch)
treec599d20a1e7b4bc44e059fc0ec565e9bd0541474
parent58200bf7075eeef5ab1979f1da6729fa7bbf41dd (diff)
tv x220: add tp_smapi
-rw-r--r--tv/2configs/hw/x220.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix
index e0a04e214..d04cf50f2 100644
--- a/tv/2configs/hw/x220.nix
+++ b/tv/2configs/hw/x220.nix
@@ -5,6 +5,12 @@
../smartd.nix
];
+ boot.extraModulePackages = [
+ config.boot.kernelPackages.tp_smapi
+ ];
+
+ boot.kernelModules = [ "tp_smapi" ];
+
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;