enable ip forwarding on trantor's kernel

This commit is contained in:
William 2025-06-01 19:22:16 -03:00
parent 830376454c
commit 982e7edd2d

View file

@ -32,4 +32,8 @@
]; ];
}; };
}; };
kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
};
} }