From 26f01419f93be1b5038400a778428f8603b4c4f1 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 25 Jan 2025 15:57:39 -0600 Subject: sys/hardware/thinkpad: remove digimend --- sys/hardware/thinkpad.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/hardware') 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. -- cgit v1.2.3