From 2c98b8c453cac66b09b6e2f505c336ce3f01663d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 23 Sep 2017 10:23:54 +0200 Subject: T470s: Blacklist thinkpad_acpi module It seems to cause freezing on boot when on battery power --- modules/t470s.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = '' -- cgit 1.4.1