🔧 add todo torrents to rbackup
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 13m21s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 13m21s
This commit is contained in:
parent
7fb4455050
commit
b6279e415e
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ in
|
||||||
dst = "/media/arr/lidarr";
|
dst = "/media/arr/lidarr";
|
||||||
delete = false;
|
delete = false;
|
||||||
};
|
};
|
||||||
|
torrent-todo = {
|
||||||
|
sshKeyPath = config.clan.core.facts.services.rbackup.secret."ssh.rbackup.id_ed25519".path;
|
||||||
|
src = "root@orbi.${tld}:/media/torrent/downloads/todo";
|
||||||
|
dst = "/media/torrent-todo";
|
||||||
|
delete = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue