about summary refs log tree commit diff
path: root/configurations/manwe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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}"];
           }
         ];
       }

Consider giving Nix/NixOS a try! <3