force packet forwarding to true
This commit is contained in:
parent
268dbf181a
commit
933d758e3b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user