diff --git a/configuration/default.nix b/configuration/default.nix index 76a1bf7..6a2a79d 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -56,6 +56,7 @@ permitRootLogin = "no"; ports = [ 2222 ]; startWhenNeeded = true; + gatewayPorts = "yes"; }; services.nginx = {