mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
purism/librem/13v3: disable wifi hardware crypt to stop output buffer from overflowing
This commit is contained in:
parent
b7185cd232
commit
2089c64869
1 changed files with 4 additions and 0 deletions
|
@ -10,4 +10,8 @@
|
|||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnPurism*:pn*Librem13v3*:pvr*
|
||||
KEYBOARD_KEY_56=backslash
|
||||
'';
|
||||
boot.extraModprobeConfig = ''
|
||||
options ath9k blink=0 btcoex_enable=0 bt_ant_diversity=1 ps_enable=1 nohwcrypt=1
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue