mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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;
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user