all repos — nixfiles @ 2c98b8c453cac66b09b6e2f505c336ce3f01663d

System and user configuration, managed by nix and home-manager

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
commit

2c98b8c453cac66b09b6e2f505c336ce3f01663d

parent

86f8ba751f949a013a29e2a7f49c3d41c078318b

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M modules/t470s.nixmodules/t470s.nix
@@ -5,6 +5,8 @@ hardware.firmware = with pkgs; [     firmwareLinuxNonfree
   ];
 
+  boot.blacklistedKernelModules = [ "thinkpad_acpi" ];
+
   systemd.services.ModemManager.enable = true;
 
   hardware.pulseaudio.extraConfig = ''