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