nas fixes

This commit is contained in:
mjallen18
2024-10-18 09:32:20 -05:00
parent 180c7abdf7
commit 5ddc18485b
9 changed files with 150 additions and 32 deletions

View File

@@ -19,6 +19,12 @@ in
};
};
kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;
"vm.swappiness" = 60;
};
# Override kernel to latest
kernelPackages = kernel;