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 = [