T470s: Blacklist thinkpad_acpi module It seems to cause freezing on boot when on battery power
Alan Pearce alan@alanpearce.eu
Sat, 23 Sep 2017 10:23:54 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M modules/t470s.nix → modules/t470s.nix
@@ -5,6 +5,8 @@ hardware.firmware = with pkgs; [ firmwareLinuxNonfree ]; + boot.blacklistedKernelModules = [ "thinkpad_acpi" ]; + systemd.services.ModemManager.enable = true; hardware.pulseaudio.extraConfig = ''