mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
tasks/multimedia-archive: update job queue for archivebox service
This commit is contained in:
parent
5f32e4fd98
commit
a9080eff06
@ -126,16 +126,9 @@ in
|
||||
withDependencies = true;
|
||||
webserver.enable = true;
|
||||
|
||||
jobs = {
|
||||
arts = {
|
||||
urls = [
|
||||
"https://www.davidrevoy.com/feed/rss"
|
||||
"https://librearts.org/index.xml"
|
||||
];
|
||||
startAt = "monthly";
|
||||
persistent = true;
|
||||
};
|
||||
|
||||
jobs = mkJobs {
|
||||
db = lib.importJSON ./data/jobs.archivebox.json;
|
||||
} // {
|
||||
computer = {
|
||||
urls = [
|
||||
"https://blog.mozilla.org/en/feed/"
|
||||
@ -152,17 +145,6 @@ in
|
||||
startAt = "weekly";
|
||||
persistent = true;
|
||||
};
|
||||
|
||||
projects = {
|
||||
urls = [
|
||||
"https://veloren.net/rss.xml"
|
||||
"https://guix.gnu.org/feeds/blog.atom"
|
||||
"https://fedoramagazine.org/feed/"
|
||||
"https://nixos.org/blog/announcements-rss.xml"
|
||||
];
|
||||
# Practically every 14 days.
|
||||
startAt = "Mon *-*-1/14";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user