Khanda, Dimaga: enable WiFi antenna aggregation
This commit is contained in:
parent
38c59442aa
commit
b2fe1e4aa0
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue