ok i think i fixed it
This commit is contained in:
parent
de8337edae
commit
8f0b1ac731
|
@ -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";
|
||||
};
|
||||
}];
|
||||
}];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue