about summary refs log tree commit diff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/server/prometheus.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/common/server/prometheus.nix b/hosts/common/server/prometheus.nix
index 401dd2b..6ae25cf 100644
--- a/hosts/common/server/prometheus.nix
+++ b/hosts/common/server/prometheus.nix
@@ -39,10 +39,8 @@ in {
     scrapeConfigs = [
       {
         job_name = "node";
-        static_configs = [{
-          targets =
-            [ "192.168.6.1:9100" "192.168.6.10:9100" "192.168.6.20:9100" ];
-        }];
+        static_configs =
+          [{ targets = [ "192.168.6.1:9100" "192.168.6.20:9100" ]; }];
         relabel_configs = relabelConfigs;
       }
       {