diff --git a/nixy/configuration.nix b/nixy/configuration.nix index c4c87ec..c67fc8a 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -38,6 +38,10 @@ binfmt.emulatedSystems = ["wasm32-wasi" "x86_64-windows"]; kernelPackages = pkgs.linuxPackages_latest; kernelParams = ["psmouse.synaptics_intertouch=0" "mem_sleep_default=deep"]; + kernel.sysctl = { + "net.core.default_qdisc" = "fq"; + "net.ipv4.tcp_congestion_control" = "bbr"; + }; loader.efi.canTouchEfiVariables = true; loader.systemd-boot = { editor = false;