configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: ssh matcher

+2 -1
+2 -1
hosts/bluepill-proxy/modules/caddy.nix
··· 56 56 layer4 { 57 57 # tangled ssh 58 58 :22 { 59 - route { 59 + @ssh ssh 60 + route @ssh { 60 61 proxy { upstream 100.108.47.83:2222 } 61 62 } 62 63 }