metrics.port -> ports.metrics
This commit is contained in:
parent
8a7d45c753
commit
4154ac8792
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue