forgot to add the ssh stream proxy

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-05-01 12:13:05 -05:00
parent 30c31db182
commit ef4ade27d4

View file

@ -142,6 +142,14 @@
};
};
};
# STREAMS
streamConfig = ''
server {
listen 3032;
proxy_pass 100.64.0.13:3032;
}
'';
};
networking.firewall.allowedTCPPorts = [