services.homepage-dashboard.services
NixOS option
Homepage services configuration. See https://gethomepage.dev/configs/services/.
type: YAML 1.1 valueDefault
[ ]
Example
declared in: nixos/modules/services/misc/homepage-dashboard.nixView source on NixOS/nixpkgs →[
{
"My First Group" = [
{
"My First Service" = {
description = "Homepage is awesome";
href = "http://localhost/";
};
}
];
}
{
"My Second Group" = [
{
"My Second Service" = {
description = "Homepage is the best";
href = "http://localhost/";
};
}
];
}
]