metrics.port -> ports.metrics

This commit is contained in:
niten 2023-09-24 13:10:50 -07:00
parent 8a7d45c753
commit 4154ac8792
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};