Skip to content

Commit f2f4942

Browse files
committed
fix(base/networking.nix): drop bbr
nix-community/srvos#556
1 parent 7d8df44 commit f2f4942

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

base/networking.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@
66
nameservers = ["10.85.10.1" "10.85.10.2" "2400:8902:e002:59e0::d:1" "2400:8902:e002:59e0::d:2"];
77
firewall.enable = false;
88
};
9-
boot.kernel.sysctl = {
10-
"net.core.default_qdisc" = "fq";
11-
"net.ipv4.tcp_congestion_control" = "bbr";
12-
};
139
}

0 commit comments

Comments
 (0)