1
0
Fork 0

Khanda, Dimaga: enable WiFi antenna aggregation

This commit is contained in:
Aires 2024-08-12 20:09:08 -04:00
parent 38c59442aa
commit b2fe1e4aa0
2 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,11 @@ in
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot = {
# Enable antenna aggregation
extraModprobeConfig = ''
options iwlwifi 11n_disable=8
'';
initrd.availableKernelModules = [
"xhci_pci"
"nvme"

View file

@ -14,6 +14,11 @@ in
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot = {
# Enable antenna aggregation
extraModprobeConfig = ''
options iwlwifi 11n_disable=8
'';
initrd = {
availableKernelModules = [
"surface_aggregator"