diff --git a/nixos/services/prometheus.nix b/nixos/services/prometheus.nix index 23c10f1..dfc5ade 100644 --- a/nixos/services/prometheus.nix +++ b/nixos/services/prometheus.nix @@ -1,8 +1,9 @@ {config, ...}: let inherit (config.services) prometheus; nodes = [ - "100.65.29.110" - "100.106.241.122" + "alpine" + "fcs-tristan-nixbook" + "zenix" ]; addPort = ip: "${ip}:${toString prometheus.exporters.node.port}"; in {