alpine: fix node exporter dashboard

This commit is contained in:
Tristan 2025-06-22 16:36:33 +01:00
parent 83cacc4a05
commit eb3094369e
2 changed files with 6 additions and 4 deletions

View file

@ -2,8 +2,8 @@
inherit (config.services) prometheus;
nodes = [
"alpine"
"100.106.49.128"
"zenix"
"100.106.49.128" # laptop
"100.65.29.110" # gaming pc
];
addPort = ip: "${ip}:${toString prometheus.exporters.node.port}";
in {