diff options
author | Alan Pearce | 2017-09-23 10:23:54 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-23 10:23:54 +0200 |
commit | 2c98b8c453cac66b09b6e2f505c336ce3f01663d (patch) | |
tree | bba6cef2d7724458b9d429864977f6124cd1062c /modules | |
parent | 86f8ba751f949a013a29e2a7f49c3d41c078318b (diff) | |
download | nixfiles-2c98b8c453cac66b09b6e2f505c336ce3f01663d.tar.lz nixfiles-2c98b8c453cac66b09b6e2f505c336ce3f01663d.tar.zst nixfiles-2c98b8c453cac66b09b6e2f505c336ce3f01663d.zip |
T470s: Blacklist thinkpad_acpi module
It seems to cause freezing on boot when on battery power
Diffstat (limited to 'modules')
-rw-r--r-- | modules/t470s.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/t470s.nix b/modules/t470s.nix index 09263b6e..34d7f9e3 100644 --- a/modules/t470s.nix +++ b/modules/t470s.nix @@ -5,6 +5,8 @@ firmwareLinuxNonfree ]; + boot.blacklistedKernelModules = [ "thinkpad_acpi" ]; + systemd.services.ModemManager.enable = true; hardware.pulseaudio.extraConfig = '' |