are you a radio cause i think you're my head

This commit is contained in:
Sakooooo 2025-01-05 20:16:45 +04:00
parent f814563964
commit d541e04480
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -34,33 +34,43 @@ in {
href = "https://jellyfin.sako.box"; href = "https://jellyfin.sako.box";
}; };
}]; }];
"Services" = [{ "Services" = [
"Forgejo" = mkIf srv.services.forgejo.enable { {
icon = "forgejo.svg"; "Forgejo" = mkIf srv.services.forgejo.enable {
description = "Selfhosted Git Forge"; icon = "forgejo.svg";
href = "https://git.sako.lol"; 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"; "Akkoma" = mkIf srv.fedi.akkoma.enable {
}; icon = "akkoma.svg";
"Redlib" = mkIf srv.services.redlib.enable { description = "Selfhosted Fediverse thing";
icon = "redlib.svg"; href = "https://fedi.sako.lol";
description = "privacy friendly reddit frontend"; };
href = "https://redlib.sako.box"; }
}; {
"Nextcloud" = mkIf srv.services.local.nextcloud.enable { "Redlib" = mkIf srv.services.redlib.enable {
icon = "nextcloud.svg"; icon = "redlib.svg";
description = "cloud"; description = "privacy friendly reddit frontend";
href = "https://nextcloud.sako.box"; href = "https://redlib.sako.box";
}; };
"Site" = mkIf srv.services.sakosite.enable { }
icon = "https://sako.lol/icon.png"; {
description = "personal site"; "Nextcloud" = mkIf srv.services.local.nextcloud.enable {
href = "https://sako.lol"; 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";
};
}
];
}]; }];
}; };
}; };