From 179847c04c5e4595556edcd4affde201693da5c8 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 11 Feb 2024 04:22:21 -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 09cdeca..d1d1d57 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -61,7 +61,7 @@ { job_name = "pve_node"; static_configs = [ - { targets = "192.168.1.128:${builtins.toString node}"; } + { targets = [ "192.168.1.128:${builtins.toString node}" ]; } ]; } {