From 6cdc05debc1ca6ca7504562cec004010b23b1349 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 11 Feb 2024 01:00:04 -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 f7ea900..a47cba0 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -57,7 +57,7 @@ { job_name = "pve1"; static_configs = [ - { targets = [ "192.168.1.128:${port}" ]; } + { targets = [ "192.168.1.128:${builtins.toString port}" ]; } ]; } ];