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