From acd79282deecd7893b7738405212df4cc7cf9a7d Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 24 Sep 2023 13:05:44 -0700 Subject: [PATCH] listenAddresses -> listeAddress --- dovecot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };