From 3a90ecbd01579611734cea91c3f3e5b5aa44cbac Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Dec 2023 17:58:02 -0500 Subject: [PATCH] ingress-proxy: fix --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 414ea16..08f7bec 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -20,7 +20,7 @@ in { upstreams = { mango.servers."${tsHost "mango" 6167}" = {}; - hsb.servers."${tsHost "hsb" 8080}" = {}; + hsb.servers."${tsHost "happystaticbuzz" 8080}" = {}; }; virtualHosts = {