diff --git a/hosts/homex/network.nix b/hosts/homex/network.nix index 42b32e8..92f0599 100644 --- a/hosts/homex/network.nix +++ b/hosts/homex/network.nix @@ -19,6 +19,10 @@ useRoutingFeatures = "both"; }; + boot.kernel.sysctl."net.ipv4.ip_forward" = 1; + boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = 1; + + services.openssh.enable = true; }; }