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 = {