From 58e52dd119087ebad1964ff96b118a4fff07202e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Mon, 10 Oct 2022 13:01:26 +0100 Subject: [PATCH] ssh: Allow proxy connections with gatewayPorts --- configuration/default.nix | 1 + 1 file changed, 1 insertion(+) 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 = {