From 7c0ab9e7a40badb49a9791033f03180af65e8bef Mon Sep 17 00:00:00 2001 From: k3t Date: Thu, 9 Jul 2026 07:43:02 -0600 Subject: [PATCH] update openssh.nix --- modules/sys/rc/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sys/rc/openssh.nix b/modules/sys/rc/openssh.nix index c57deec..8fff6fd 100644 --- a/modules/sys/rc/openssh.nix +++ b/modules/sys/rc/openssh.nix @@ -13,7 +13,7 @@ services.openssh = { enable = true; settings = { - GatewayPorts = true; + GatewayPorts = "yes"; }; }; }