summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/hardware/thinkpad.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/hardware/thinkpad.nix b/sys/hardware/thinkpad.nix
index a65ffb2..7341e68 100644
--- a/sys/hardware/thinkpad.nix
+++ b/sys/hardware/thinkpad.nix
@@ -13,11 +13,11 @@ in
# Fingerprint sensor requires a firmware-update to work.
boot = {
- extraModulePackages = with config.boot.kernelPackages; [ acpi_call digimend ];
+ extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
extraModprobeConfig = "options iwlwifi 11n_disable=1 wd_disable=1";
# acpi_call makes tlp work for newer thinkpads
- kernelModules = [ "acpi_call" "digimend" ];
+ kernelModules = [ "acpi_call" ];
# Force use of the thinkpad_acpi driver for backlight control.
# This allows the backlight save/load systemd service to work.