mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
nixos/services/archivebox: update systemd service dependency
This commit is contained in:
parent
67118196f5
commit
5221aef821
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user