are you a radio cause i think you're my head
This commit is contained in:
parent
f814563964
commit
d541e04480
|
@ -34,33 +34,43 @@ in {
|
||||||
href = "https://jellyfin.sako.box";
|
href = "https://jellyfin.sako.box";
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
"Services" = [{
|
"Services" = [
|
||||||
|
{
|
||||||
"Forgejo" = mkIf srv.services.forgejo.enable {
|
"Forgejo" = mkIf srv.services.forgejo.enable {
|
||||||
icon = "forgejo.svg";
|
icon = "forgejo.svg";
|
||||||
description = "Selfhosted Git Forge";
|
description = "Selfhosted Git Forge";
|
||||||
href = "https://git.sako.lol";
|
href = "https://git.sako.lol";
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
"Akkoma" = mkIf srv.fedi.akkoma.enable {
|
"Akkoma" = mkIf srv.fedi.akkoma.enable {
|
||||||
icon = "akkoma.svg";
|
icon = "akkoma.svg";
|
||||||
description = "Selfhosted Fediverse thing";
|
description = "Selfhosted Fediverse thing";
|
||||||
href = "https://fedi.sako.lol";
|
href = "https://fedi.sako.lol";
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
"Redlib" = mkIf srv.services.redlib.enable {
|
"Redlib" = mkIf srv.services.redlib.enable {
|
||||||
icon = "redlib.svg";
|
icon = "redlib.svg";
|
||||||
description = "privacy friendly reddit frontend";
|
description = "privacy friendly reddit frontend";
|
||||||
href = "https://redlib.sako.box";
|
href = "https://redlib.sako.box";
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
"Nextcloud" = mkIf srv.services.local.nextcloud.enable {
|
"Nextcloud" = mkIf srv.services.local.nextcloud.enable {
|
||||||
icon = "nextcloud.svg";
|
icon = "nextcloud.svg";
|
||||||
description = "cloud";
|
description = "cloud";
|
||||||
href = "https://nextcloud.sako.box";
|
href = "https://nextcloud.sako.box";
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
"Site" = mkIf srv.services.sakosite.enable {
|
"Site" = mkIf srv.services.sakosite.enable {
|
||||||
icon = "https://sako.lol/icon.png";
|
icon = "https://sako.lol/icon.png";
|
||||||
description = "personal site";
|
description = "personal site";
|
||||||
href = "https://sako.lol";
|
href = "https://sako.lol";
|
||||||
};
|
};
|
||||||
}];
|
}
|
||||||
|
];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue