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 ]; } ]; } ];