mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
tasks/multimedia-archive: remove persistent option
This commit is contained in:
parent
9ddddcf1e3
commit
9615a4e578
@ -85,7 +85,6 @@ in
|
|||||||
extraArgs = extraArgs ++ jobExtraArgs;
|
extraArgs = extraArgs ++ jobExtraArgs;
|
||||||
urls = builtins.map (subscription: subscription.url) category.data.subscriptions;
|
urls = builtins.map (subscription: subscription.url) category.data.subscriptions;
|
||||||
startAt = lib.elemAt days (lib.mod category.index (lib.length days));
|
startAt = lib.elemAt days (lib.mod category.index (lib.length days));
|
||||||
persistent = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
categories;
|
categories;
|
||||||
@ -144,7 +143,6 @@ in
|
|||||||
"https://simblob.blogspot.com/feeds/posts/default"
|
"https://simblob.blogspot.com/feeds/posts/default"
|
||||||
];
|
];
|
||||||
startAt = "weekly";
|
startAt = "weekly";
|
||||||
persistent = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -200,7 +198,6 @@ in
|
|||||||
(newgrounds "hyperjerk") # HyperJerk
|
(newgrounds "hyperjerk") # HyperJerk
|
||||||
];
|
];
|
||||||
startAt = "weekly";
|
startAt = "weekly";
|
||||||
persistent = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user