all repos

dotfiles @ d49bdf98d70f12601e8889feac72aa14e6479332

i use rach linux btw
1 files changed, 6 insertions(+), 1 deletions(-)
nix: fix tls for soju
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-01-18 17:25:58 +0200
Change ID: xrqkwlqxlvkkvtkrpyyswtlxktpqlyuu
Parent: 5b7b12a
M nix/modules/soju.nix
ยทยทยท
                12
                12
                       layer4 {

              
                13
                13
                         :6697 {

              
                14
                14
                           route {

              
                15
                
                -            tls

              
                
                15
                +            tls {

              
                
                16
                +              connection_policy {

              
                
                17
                +                alpn http/1.1 http/1.0 irc

              
                
                18
                +                default_sni ${domain}

              
                
                19
                +              }

              
                
                20
                +            }

              
                16
                21
                             proxy {

              
                17
                22
                               proxy_protocol v2

              
                18
                23
                               upstream localhost:6667