mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
thinkpad: enable tp_smapi on all ThinkPads
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user