fix homepage

This commit is contained in:
Sakooooo 2025-01-07 09:38:10 +04:00
parent e0773d0502
commit 8ab1cccb29
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -35,41 +35,41 @@ in {
};
}];
"Services" = [
{
[{
"Forgejo" = mkIf srv.services.forgejo.enable {
icon = "forgejo.svg";
description = "Selfhosted Git Forge";
href = "https://git.sako.lol";
};
}
{
}]
[{
"Akkoma" = mkIf srv.fedi.akkoma.enable {
icon = "akkoma.svg";
description = "Selfhosted Fediverse thing";
href = "https://fedi.sako.lol";
};
}
{
}]
[{
"Redlib" = mkIf srv.services.redlib.enable {
icon = "redlib.svg";
description = "privacy friendly reddit frontend";
href = "https://redlib.sako.box";
};
}
# {
}]
# [{
# "Nextcloud" = mkIf srv.services.local.nextcloud.enable {
# icon = "nextcloud.svg";
# description = "cloud";
# href = "https://nextcloud.sako.box";
# };
# }
{
# }]
[{
"Site" = mkIf srv.services.sakosite.enable {
icon = "https://sako.lol/icon.png";
description = "personal site";
href = "https://sako.lol";
};
}
}]
];
}];
};