add more services

This commit is contained in:
Henry Hiles 2025-10-30 16:44:31 -04:00
commit b6951992d5
No known key found for this signature in database

View file

@ -40,9 +40,13 @@ in
dashboards.default_home_dashboard_path = toString (
(import ../../../lib/status.nix attrs) [
{
name = "Continuwuity (Matrix)";
name = "Matrix";
service = "continuwuity.service";
}
{
name = "LaSuite Docs";
service = "lasuite-docs.service";
}
{
name = "Forgejo (Git)";
service = "forgejo.service";
@ -51,6 +55,14 @@ in
name = "SearXNG (Search)";
service = "searx.service";
}
{
name = "Redlib";
service = "redlib.service";
}
{
name = "GMessages Bridge";
service = "matrix-as-gmessages.service";
}
]
);
};