diff --git a/hosts/alpha/network.nix b/hosts/alpha/network.nix index 6173355..ae62cc9 100644 --- a/hosts/alpha/network.nix +++ b/hosts/alpha/network.nix @@ -87,7 +87,6 @@ # Enable forwarding of packets boot.kernel.sysctl = { - "net.ipv4.ip_forward" = true; "net.ipv4.conf.all.forwarding" = true; };