From ef4ade27d446add15049e0fe84889e49ad856dcc Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 1 May 2025 12:13:05 -0500 Subject: [PATCH] forgot to add the ssh stream proxy --- hosts/oracle/o001/nginx.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index ba8d491..22e2dfe 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -142,6 +142,14 @@ }; }; }; + + # STREAMS + streamConfig = '' + server { + listen 3032; + proxy_pass 100.64.0.13:3032; + } + ''; }; networking.firewall.allowedTCPPorts = [