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; }; }; };