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 ]; };