ctucx.git: nixfiles

ctucx' nixfiles

commit 4acb145b526c65ee5179d839d2cb9dc079e38fb5
parent 4ebc4761dce384664934c911d371af45ef4fce30
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 13 Nov 2023 08:58:36 +0100

machines/trabbi/prometheus: stop collecting on other servers
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/machines/trabbi/prometheus.nix b/machines/trabbi/prometheus.nix
@@ -25,12 +25,7 @@
                 host.config.networking.hostName != "" &&
                 host.config.networking.domain != ""
               ) host.config.networking.fqdn
-            ) nodes) ++ [
-              "stasicontainer.home.ctu.cx"
-              "mastodon.zug.network"
-              "jules.f2k1.de"
-              "taurus.f2k1.de"
-            ];
+            ) nodes);
           }];
         }
         {