From b481728172ee691181ad985f79e46c6b43035cde Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 25 Sep 2023 10:08:04 -0700 Subject: [PATCH] metrics-port -> ports.metrics --- postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix.nix b/postfix.nix index 03c1c2e..d3ebaca 100644 --- a/postfix.nix +++ b/postfix.nix @@ -182,7 +182,7 @@ in { showqPath = "/var/lib/postfix/queue/public/showq"; group = config.services.postfix.group; listenAddress = "127.0.0.1"; - port = cfg.metrics-port; + port = cfg.ports.metrics; }; dovecot2 = {