8 lines
127 B
Nix
8 lines
127 B
Nix
{ ... }:
|
|
{
|
|
boot.kernel.sysctl = {
|
|
"net.core.default_qdisc" = "fq";
|
|
"net.ipv4.tcp_congestion_control" = "bbr";
|
|
};
|
|
}
|