summaryrefslogtreecommitdiffstats
path: root/tv
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
commitff5a9b989e06b807547a7f5561afa8116df1c4f5 (patch)
treedceecbe591f120b679ee5c5aa9e09aa905068e94 /tv
parent5afd672ac58e1db25a2b602055ba5baf0d204558 (diff)
tv x220: add tp_smapi
Diffstat (limited to 'tv')
-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 e0a04e2..d04cf50 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;