Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak settings for TCP egress

+2 -1
+2 -1
modules/router/kernel.nix
··· 50 50 "net.ipv4.tcp_keepalive_intvl" = 10; 51 51 "net.ipv4.tcp_keepalive_probes" = 6; 52 52 53 - "net.core.default_qdisc" = "fq_codel"; 53 + "net.core.default_qdisc" = "fq"; 54 54 "net.ipv4.tcp_congestion_control" = "bbr"; 55 55 "net.ipv4.tcp_window_scaling" = true; 56 56 "net.ipv4.tcp_syncookies" = true; 57 + "net.ipv4.tcp_notsent_lowat" = 16384; 57 58 58 59 "net.ipv6.conf.all.forwarding" = true; 59 60 "net.ipv6.conf.all.accept_ra" = if cfg.ipv6 then 2 else false;