add option

This commit is contained in:
Osman Faruk Bayram 2025-04-13 17:48:02 +03:00
parent 32ad681995
commit 43012935d0

View file

@ -26,6 +26,10 @@
}; };
}; };
}; };
boot.kernel.sysctl = {
"net.core.rmem_max" = 7500000;
"net.core.wmem_max" = 7500000;
};
}) })
]; ];
} }