thinkpad: enable tp_smapi on all ThinkPads

This commit is contained in:
Yegor Timoshenko
2017-12-22 17:15:52 +00:00
parent 1133ce7d83
commit ee47d31478
2 changed files with 5 additions and 5 deletions

View File

@@ -3,11 +3,6 @@
{
imports = [ ../intel.nix ];
boot = {
kernelModules = [ "tp_smapi" ];
extraModulePackages = with config.boot.kernelPackages; [ tp_smapi ];
};
# hard disk protection if the laptop falls
services.hdapsd.enable = true;