add Infra group with Hydra to homepage

This commit is contained in:
Aaron Honeycutt 2024-11-19 17:28:52 +00:00
parent a69d75dc80
commit e885c6adb1

View file

@ -33,8 +33,17 @@
}
];
}
{
infra = [
{
Hydra = {
icon = "hydra.png";
href = "http://100.94.173.5:3000";
description = "the Nix-based continuous build system";
};
}
];
}
];
};
}