diff options
author | Alan Pearce | 2017-09-26 13:22:10 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-26 13:22:10 +0200 |
commit | 6504e7c6f928b75250a9d2202f205cd73f46a299 (patch) | |
tree | 8cdd5415c55b0466e9a72c1c7d6cdbd2f9d31b85 | |
parent | 0f2c55992677e78d5d2908d0648e410ef9b27436 (diff) | |
download | nixos-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.
-rw-r--r-- | modules/machines/t470s.nix | 2 |
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 = '' |