magpie/sysctl: set BRR congestion control
This commit is contained in:
parent
2f3c3f3f0c
commit
a2daa8e145
@ -14,6 +14,10 @@
|
|||||||
boot.loader.grub.devices = ["/dev/sda"];
|
boot.loader.grub.devices = ["/dev/sda"];
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
boot.kernel.sysctl = {
|
||||||
|
"net.core.default_qdisc" = "fq";
|
||||||
|
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||||
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
Loading…
Reference in New Issue
Block a user