mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
add Infra group with Hydra to homepage
This commit is contained in:
parent
a69d75dc80
commit
e885c6adb1
1 changed files with 11 additions and 2 deletions
|
@ -33,8 +33,17 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
];
|
infra = [
|
||||||
|
{
|
||||||
|
Hydra = {
|
||||||
|
icon = "hydra.png";
|
||||||
|
href = "http://100.94.173.5:3000";
|
||||||
|
description = "the Nix-based continuous build system";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue