about summary refs log tree commit diff
path: root/modules/services/prometheus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/prometheus/default.nix')
-rw-r--r--modules/services/prometheus/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/services/prometheus/default.nix b/modules/services/prometheus/default.nix
index 37cbbac..0c66f47 100644
--- a/modules/services/prometheus/default.nix
+++ b/modules/services/prometheus/default.nix
@@ -132,12 +132,6 @@ in {
           relabel_configs = relabelConfigs;
         }
         {
-          job_name = "gitea";
-          static_configs = [{ targets = [ "192.168.6.20:8002" ]; }];
-          relabel_configs = relabelConfigs;
-        }
-
-        {
           job_name = "dnsd";
           static_configs = [{ targets = [ "192.168.6.1:8053" ]; }];
           relabel_configs = relabelConfigs;