ok i think i fixed it

This commit is contained in:
Sakooooo 2025-01-07 10:14:27 +04:00
parent de8337edae
commit 8f0b1ac731
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -26,7 +26,8 @@ in {
memory = true;
};
}];
services = [{
services = [
{
"Media" = [ ] ++ lib.optionals srv.media.jellyfin.enable [{
"Jellyfin" = {
description = "media server";
@ -34,6 +35,8 @@ in {
icon = "jellyfin.svg";
};
}];
}
{
"Services" = [ ] ++ lib.optionals srv.services.forgejo.enable [{
"Forgejo" = {
description = "Selfhosted Git Forge";
@ -65,7 +68,8 @@ in {
href = "https://sako.lol";
};
}];
}];
}
];
};
};
};