From 4cb0373edd820f0a2e579ff52b6805212511e93e Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 11 Feb 2024 04:21:36 -0500 Subject: [PATCH] monitoring --- nixos/hosts/monitoring/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index 429fd48..09cdeca 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -61,7 +61,7 @@ { job_name = "pve_node"; static_configs = [ - { targets = map (port: "192.168.1.128:${builtins.toString port}") [ node ]; } + { targets = "192.168.1.128:${builtins.toString node}"; } ]; } {