diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-13 12:48:36 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-13 12:48:36 +0300 |
commit | 44d0f54b477ca1d370d0b6c2fa06f5400e151e42 (patch) | |
tree | 6de343568f70d643eb897a14f44fca5ba92b3105 /configurations/manwe | |
parent | 2022-08-12 (diff) |
2022-08-13
Diffstat (limited to '')
-rw-r--r-- | configurations/manwe/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
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}"]; } ]; } |