From e885c6adb1ceeeabe89dbed528f2fcb35408974e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 19 Nov 2024 17:28:52 +0000 Subject: [PATCH] add Infra group with Hydra to homepage --- homelab/homepage-dashboard/default.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/homelab/homepage-dashboard/default.nix b/homelab/homepage-dashboard/default.nix index 9633a1d..2e0b933 100644 --- a/homelab/homepage-dashboard/default.nix +++ b/homelab/homepage-dashboard/default.nix @@ -33,8 +33,17 @@ } ]; } - + { + infra = [ + { + Hydra = { + icon = "hydra.png"; + href = "http://100.94.173.5:3000"; + description = "the Nix-based continuous build system"; + }; + } + ]; + } ]; - }; } \ No newline at end of file