From 933fcd4d9b07349a0e8962a6952e34d026abedc6 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 31 Aug 2026 12:11:57 +0200 Subject: [PATCH] [overwatch] add albert --- machines/overwatch/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 ]; };