From 7608fce8075e908a7cf6135b60e947fcea4a6c07 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 20:28:10 -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 7475656..28dc8ba 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 = {