From 35a0b457f1ff3acef3d902ddf4b236609a8092e4 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 20:30:30 -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 046a9a1..b6fa5d6 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -19,7 +19,7 @@ in { recommendedTlsSettings = true; upstreams = { - mango.servers = [ (tsHost "mango" 6167) ]; + mango.servers."${tsHost "mango" 6167}" = {}; }; virtualHosts = {