Commit 923b1366c132

Vincent Demeester <vincent@sbr.pm>
2019-02-07 13:52:26
thinkpad-x220s: disable n network for wifi
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6abbff6
Changed files (1)
hardware/thinkpad-x220.nix
@@ -2,6 +2,9 @@
 
 {
   imports = [ ./thinkpad.nix ];
+  boot.extraModprobeConfig = ''
+  options iwlwifi 11n_disable=1
+  '';
   services = {
     tlp = {
       extraConfig = ''