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