diff --git a/nixos/network/config.nix b/nixos/network/config.nix index f4cf0ac..aa35dfd 100644 --- a/nixos/network/config.nix +++ b/nixos/network/config.nix @@ -210,4 +210,5 @@ in { config.systemd.services = namespaceGlobalService // networkServices; config.systemd.targets = networkTargets; -} \ No newline at end of file + config.boot.kernel.sysctl."net.ipv4.ip_forward" = 1; +}