feat(update): add missing docker images

This commit is contained in:
matt1432 2025-04-25 11:53:53 -04:00
parent ab4584b73b
commit 2445b665bc

View file

@ -21,6 +21,12 @@ export default (): string | null => {
const updates: string[] = [];
const jdownloaderUpdates = updateImages(`${FLAKE}/configurations/nos/modules/comics/jdownloader2`);
if (jdownloaderUpdates) {
updates.push(jdownloaderUpdates);
}
const jellfyinUpdates = updateImages(`${FLAKE}/configurations/nos/modules/jellyfin`);
if (jellfyinUpdates) {