5 lines
68 B
Nix
5 lines
68 B
Nix
{
|
|
boot.kernel.sysctl = {
|
|
"net.ipv4.ip_forward" = true;
|
|
};
|
|
}
|