tasks/multimedia-archive: remove persistent option

This commit is contained in:
Gabriel Arazas 2023-10-27 13:25:32 +08:00
parent 9ddddcf1e3
commit 9615a4e578
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -85,7 +85,6 @@ in
extraArgs = extraArgs ++ jobExtraArgs;
urls = builtins.map (subscription: subscription.url) category.data.subscriptions;
startAt = lib.elemAt days (lib.mod category.index (lib.length days));
persistent = true;
};
})
categories;
@ -144,7 +143,6 @@ in
"https://simblob.blogspot.com/feeds/posts/default"
];
startAt = "weekly";
persistent = true;
};
};
};
@ -200,7 +198,6 @@ in
(newgrounds "hyperjerk") # HyperJerk
];
startAt = "weekly";
persistent = true;
};
};
};