mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
comin: Fix port
This commit is contained in:
parent
050f635b8f
commit
a351615be5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ in
|
||||||
};
|
};
|
||||||
exporter = {
|
exporter = {
|
||||||
listen_address = "127.0.0.1";
|
listen_address = "127.0.0.1";
|
||||||
inherit (cfg) port;
|
port = cfg.metricsPort;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue