mediabox/sysctl: set BRR congestion control

This commit is contained in:
Asmir A 2023-11-06 22:31:06 +01:00
parent 3c3c3dab6e
commit c7b8b486ea
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -37,6 +37,10 @@
kernelModules = ["acpi_call"];
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = ["msr.allow_writes=on"];
boot.kernel.sysctl = {
"net.core.default_qdisc" = "fq";
"net.ipv4.tcp_congestion_control" = "bbr";
};
loader.systemd-boot = {
editor = false;
enable = true;