From 6a2299e04968552366dfac5881e8c7f29dca1692 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 3 Nov 2023 21:17:54 +0100 Subject: [PATCH] cluster/services/storage: fix garage gateway proxy config --- cluster/services/storage/garage-gateway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/services/storage/garage-gateway.nix b/cluster/services/storage/garage-gateway.nix index 61f66b1..df6f0c9 100644 --- a/cluster/services/storage/garage-gateway.nix +++ b/cluster/services/storage/garage-gateway.nix @@ -14,7 +14,7 @@ in locations = { "/".proxyPass = cluster.config.hostLinks.${config.networking.hostName}.garageS3.url; - "= /".proxyPass = config.links.garageMetrics.tuple; + "= /".proxyPass = config.links.garageMetrics.url; }; }; };