Default metrics port conflicts with prometheus

This commit is contained in:
niten 2024-06-02 13:20:41 -07:00
parent 81bdbc2816
commit 17afa4b1d1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ in {
metrics-port = mkOption {
type = port;
description = "Port on which to provide metrics.";
default = 9090;
default = 9075;
};
images = {