diff --git a/dovecot.nix b/dovecot.nix index c7efa05..6984049 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -218,7 +218,7 @@ in { enable = true; scopes = [ "user" "global" ]; user = cfg.metrics.user; - listenAddresses = "127.0.0.1"; + listenAddress = "127.0.0.1"; port = cfg.metrics.port; socketPath = "/var/run/dovecot2/old-stats"; };