Whoops, redundant

This commit is contained in:
niten 2024-01-30 14:37:36 -08:00
parent cefa63892d
commit 7319d30fc5
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};
});