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 = {
|
torrent = {
|
||||||
sshKeyPath = config.sops.secrets.rsync_private_key.path;
|
sshKeyPath = config.sops.secrets.rsync_private_key.path;
|
||||||
src = "root@robi:/media/torrent/downloads/";
|
src = "root@robi:/media/torrent/downloads/";
|
||||||
dst = "/robi/torrent";
|
dst = "/media/torrent";
|
||||||
startAt = "00/5:00"; # every 2 hours
|
startAt = "00/5:00"; # every 5 hours
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -84,6 +84,7 @@ in
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
jq
|
jq
|
||||||
|
ijq
|
||||||
miller
|
miller
|
||||||
|
|
||||||
tmux
|
tmux
|
||||||
|
|
Loading…
Reference in a new issue