2024-07-09 23:12:02 +00:00
|
|
|
{
|
|
|
|
services.resolved.enable = true;
|
|
|
|
|
|
|
|
### https://wiki.archlinux.org/title/Sysctl#Improving_performance
|
2024-08-25 15:02:35 +00:00
|
|
|
boot.kernelModules = [ "tcp_bbr" ];
|
2024-07-09 23:12:02 +00:00
|
|
|
boot.kernel.sysctl = {
|
|
|
|
"net.core.default_qdisc" = "cake";
|
|
|
|
"net.ipv4.tcp_congestion_control" = "bbr";
|
|
|
|
};
|
|
|
|
}
|