char/topaz-flake
git clone https://git.t4t.associates/char/topaz-flake
d0b247a
main
1{ ...} :{ 2services . nginx = { 3enable = true ; 4streamConfig = '' 5map $ssl_preread_server_name $irc_backend { 6soju.char.lt 127.0.0.1:16698; 7default 127.0.0.1:16697; 8} 9 10server { 11listen 6697; 12listen [::]:6697; 13ssl_preread on; 14proxy_pass $irc_backend; 15proxy_protocol on; 16proxy_timeout 1h; 17} 18'' ; 19}; 20}