From c679aff25d3e5c6759f8e71dbd28dc8e3f6ce1fe Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 22 Jan 2025 00:36:29 +0100 Subject: [PATCH] [overwatch] scrape nextcloud --- machines/overwatch/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/machines/overwatch/configuration.nix b/machines/overwatch/configuration.nix index 4ad7a2b0..92392427 100644 --- a/machines/overwatch/configuration.nix +++ b/machines/overwatch/configuration.nix @@ -99,12 +99,12 @@ with lib; targets = [ "10.0.0.11:9002" ]; }]; } - #{ - # job_name = "nextcloud"; - # static_configs = [{ - # targets = [ "10.0.0.13:9002" ]; - # }]; - #} + { + job_name = "nextcloud"; + static_configs = [{ + targets = [ "10.0.0.13:9002" ]; + }]; + } # add vpn - check how to reach it first. most probably 10.100.0.1 ]; };