nix-config/hosts/nixedo/services/homepage/services.nix

25 lines
408 B
Nix
Raw Normal View History

[
{
"Media" = [
{
"Jellyfin" = {
description = "Jellyfin";
href = "https://jellyfin.oliverdavies.uk";
};
}
];
}
2025-04-28 00:26:30 +01:00
{
"Services" = [
{
"Paperless-ngx" = {
description = "Document management system";
href = services.paperless.settings.PAPERLESS_URL;
icon = "paperless";
};
}
];
}
]