adsb-antenna: Enable BBR
This commit is contained in:
parent
e648e4dcbb
commit
5a2c054f01
1 changed files with 7 additions and 1 deletions
|
@ -9,9 +9,15 @@
|
|||
kernelModules = [ ];
|
||||
};
|
||||
|
||||
kernelModules = [ ];
|
||||
kernelModules = [ "tcp_bbr" ];
|
||||
|
||||
extraModulePackages = [ ];
|
||||
blacklistedKernelModules = [ "rtl2832" "dvb_usb_rtl28xxu" "rtl2832_sdr" ];
|
||||
|
||||
kernel.sysctl = {
|
||||
"net.core.default_qdisc" = "fq";
|
||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
|
|
Loading…
Reference in a new issue