This commit is contained in:
parent
e585707491
commit
5ecbea5105
7 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
nixosModules.image.imports = [
|
||||
./modules
|
||||
./modules/profiles/base.nix
|
||||
./modules/image/disk
|
||||
./modules/image
|
||||
];
|
||||
|
||||
packages.${system} = {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
# Kernel
|
||||
boot.kernel.sysctl = {
|
||||
"net.core.default_qdisc" = "fq";
|
||||
"net.core.default_qdisc" = "fq"; # FIXME: manage these with networkd?
|
||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue