1
0
Fork 0
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:
Sebastian Jordan 2018-10-11 20:33:29 +02:00
parent b7185cd232
commit 2089c64869

View file

@ -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
'';
}