Decrease lost beacon count workaround for WiFi

This commit is contained in:
coolneng 2022-05-02 00:49:40 +02:00
parent ce676449a6
commit b29794165f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ in {
];
boot.extraModprobeConfig = ''
options snd-hda-intel patch=hda-jack-retask.fw
options mac80211 beacon_loss_count=1000 probe_wait_ms=75
options mac80211 beacon_loss_count=100
'';
# Use same version of nixpkgs for nix-shell