summaryrefslogtreecommitdiff
path: root/configurations/manwe/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-13 12:48:36 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-13 12:48:36 +0300
commit44d0f54b477ca1d370d0b6c2fa06f5400e151e42 (patch)
tree6de343568f70d643eb897a14f44fca5ba92b3105 /configurations/manwe/default.nix
parent61b94f0dd06cac0f7dcd38cce80f2a7ab8376098 (diff)
2022-08-13
Diffstat (limited to 'configurations/manwe/default.nix')
-rw-r--r--configurations/manwe/default.nix5
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}"];
}
];
}