turn on ip_forward on host sysctl

This commit is contained in:
Git Sagar 2024-06-24 23:58:23 -03:00
parent a8b2a9b24b
commit debc495165

View file

@ -210,4 +210,5 @@ in
{
config.systemd.services = namespaceGlobalService // networkServices;
config.systemd.targets = networkTargets;
}
config.boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
}