minor changes
This commit is contained in:
parent
7ab2734f3b
commit
9c47261653
2 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
torrent = {
|
||||
sshKeyPath = config.sops.secrets.rsync_private_key.path;
|
||||
src = "root@robi:/media/torrent/downloads/";
|
||||
dst = "/robi/torrent";
|
||||
startAt = "00/5:00"; # every 2 hours
|
||||
dst = "/media/torrent";
|
||||
startAt = "00/5:00"; # every 5 hours
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -84,6 +84,7 @@ in
|
|||
unzip
|
||||
|
||||
jq
|
||||
ijq
|
||||
miller
|
||||
|
||||
tmux
|
||||
|
|
Loading…
Reference in a new issue