force packet forwarding to true

This commit is contained in:
nyanloutre 2024-12-10 00:33:31 +01:00
parent 268dbf181a
commit 933d758e3b

View File

@ -2,7 +2,12 @@
{ {
boot = { boot = {
kernel.sysctl."net.ipv6.conf.all.forwarding" = true; kernel.sysctl = {
"net.ipv6.conf.all.forwarding" = true;
"net.ipv6.conf.default.forwarding" = true;
"net.ipv4.conf.all.forwarding" = true;
"net.ipv4.conf.default.forwarding" = true;
};
}; };
# Enable LTE drivers # Enable LTE drivers