From 7319d30fc547e49ddb154bf3bfa77fd46bbd3ce6 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 30 Jan 2024 14:37:36 -0800 Subject: [PATCH] Whoops, redundant --- mail-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-server.nix b/mail-server.nix index 589ef35..7e03f68 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -204,7 +204,7 @@ in { virtualHosts = let mailHostnames = unique [ cfg.smtp.hostname cfg.imap.hostname ]; in genAttrs mailHostnames (hostname: { - "${hostname}".locations."/metrics" = { + locations."/metrics" = { proxyPass = "http://localhost:${toString metricsPort}/metrics"; }; });