diff options
author | lassulus <lassulus@lassul.us> | 2018-02-10 16:07:18 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-02-10 16:07:18 +0100 |
commit | e000690cc2fa3b494cf3b44eb0213dda80b34e12 (patch) | |
tree | 4662ca85b396c350e2668817d95b39ddbbd70da5 /krebs/2configs/hw | |
parent | e155044112209e4a63b9c27ef100dc5d748a2e32 (diff) |
hw x220: remove broken tp-smapi
Diffstat (limited to 'krebs/2configs/hw')
-rw-r--r-- | krebs/2configs/hw/x220.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/2configs/hw/x220.nix b/krebs/2configs/hw/x220.nix index 90a1a111f..3780e0d7d 100644 --- a/krebs/2configs/hw/x220.nix +++ b/krebs/2configs/hw/x220.nix @@ -14,7 +14,6 @@ with import <stockholm/lib>; boot = { kernelModules = [ "kvm-intel" "acpi_call" "tpm-rng" ]; - extraModulePackages = [ config.boot.kernelPackages.tp_smapi ]; kernelParams = [ "acpi_backlight=none" ]; }; |