From 44d0f54b477ca1d370d0b6c2fa06f5400e151e42 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 13 Aug 2022 12:48:36 +0300 Subject: 2022-08-13 --- configurations/manwe/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configurations/manwe') diff --git a/configurations/manwe/default.nix b/configurations/manwe/default.nix index 50acacd..1adc93d 100644 --- a/configurations/manwe/default.nix +++ b/configurations/manwe/default.nix @@ -84,10 +84,7 @@ with lib; { job_name = "postgres"; static_configs = [ { - targets = with postgres; [ - "${manwe.hostname}:${toString port}" - "${varda.hostname}:${toString port}" - ]; + targets = with postgres; ["${manwe.hostname}:${toString port}"]; } ]; } -- cgit v1.2.3