{ config, ... }: { boot.kernelModules = [ "tcp_bbr" ]; boot.kernel.sysctl = { "net.ipv4.tcp_congestion_control" = "bbr"; "net.core.deafult_qdisc" = "fq"; }; }