diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-25 15:57:39 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-25 16:40:20 -0600 |
| commit | 26f01419f93be1b5038400a778428f8603b4c4f1 (patch) | |
| tree | 258b4b22d8237a1028838370ac83b1bc909a0723 /sys/hardware | |
| parent | abd4c0ffd01bbfd7f203ae75183d4c9734de331d (diff) | |
sys/hardware/thinkpad: remove digimend
Diffstat (limited to '')
| -rw-r--r-- | sys/hardware/thinkpad.nix | 4 |
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. |
