summary refs log tree commit diff stats
path: root/modules/machines
diff options
context:
space:
mode:
authorAlan Pearce2017-09-26 13:22:10 +0200
committerAlan Pearce2017-09-26 13:22:10 +0200
commit6504e7c6f928b75250a9d2202f205cd73f46a299 (patch)
tree8cdd5415c55b0466e9a72c1c7d6cdbd2f9d31b85 /modules/machines
parent0f2c55992677e78d5d2908d0648e410ef9b27436 (diff)
downloadnixos-configuration-6504e7c6f928b75250a9d2202f205cd73f46a299.tar.lz
nixos-configuration-6504e7c6f928b75250a9d2202f205cd73f46a299.tar.zst
nixos-configuration-6504e7c6f928b75250a9d2202f205cd73f46a299.zip
T470s: Remove thinkpad_acpi module from blacklist
It's required for fan control.
Diffstat (limited to 'modules/machines')
-rw-r--r--modules/machines/t470s.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix
index 21614f0..16ae3bb 100644
--- a/modules/machines/t470s.nix
+++ b/modules/machines/t470s.nix
@@ -5,8 +5,6 @@
     firmwareLinuxNonfree
   ];
 
-  boot.blacklistedKernelModules = [ "thinkpad_acpi" ];
-
   systemd.services.ModemManager.enable = true;
 
   hardware.pulseaudio.extraConfig = ''