nixos/services/archivebox: update systemd service dependency

This commit is contained in:
Gabriel Arazas 2024-10-04 16:10:43 +08:00
parent 67118196f5
commit 5221aef821
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -97,7 +97,6 @@ let
lib.nameValuePair (jobUnitName name) { lib.nameValuePair (jobUnitName name) {
description = description =
"Archivebox download job '${name}'"; "Archivebox download job '${name}'";
after = [ "network.target" ];
documentation = [ "https://docs.archivebox.io/" ]; documentation = [ "https://docs.archivebox.io/" ];
timerConfig = { timerConfig = {
Persistent = true; Persistent = true;