diff --git a/machines/overwatch/configuration.nix b/machines/overwatch/configuration.nix index 0454632..5a7b44f 100644 --- a/machines/overwatch/configuration.nix +++ b/machines/overwatch/configuration.nix @@ -163,6 +163,12 @@ in targets = [ "${hosts.malobeo.hosts.fanny.network.address}:9002" ]; }]; } + { + job_name = "albert"; + static_configs = [{ + targets = [ "${hosts.malobeo.hosts.albert.network.address}:9002" ]; + }]; + } # add vpn - check how to reach it first. most probably 10.100.0.1 ]; };