diff --git a/dovecot.nix b/dovecot.nix index d9c2e3d..bb452e5 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -219,7 +219,7 @@ in { scopes = [ "user" "global" ]; user = cfg.metrics.user; listenAddress = "127.0.0.1"; - port = cfg.metrics.port; + port = cfg.ports.metrics; socketPath = "/var/run/dovecot2/old-stats"; };