feat: increase random nix memory settinsg for CAR

This commit is contained in:
Barrett Ruth 2026-03-18 16:09:22 -04:00
parent 17a751faa6
commit a40cef4998
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 30 additions and 24 deletions

View file

@ -47,6 +47,12 @@ in
"quiet"
];
boot.kernel.sysctl = {
"net.ipv4.ipfrag_time" = 3;
"net.ipv4.ipfrag_high_thresh" = 134217728;
"net.core.rmem_max" = 2147483647;
};
networking.hostName = "xps15";
networking.wireless.iwd = {
enable = true;