From f06fdc75a6dcf8235763a472e43966ed6399c635 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 11 Feb 2024 04:01:42 -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 3ec059d..d74712b 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -61,7 +61,7 @@ { job_name = "pve1"; static_configs = [ - { targets = [ map (port: "192.168.1.128:${builtins.toString port}") [ node pve ] ]; } + { targets = map (port: "192.168.1.128:${builtins.toString port}") [ node pve ]; } ]; } ];