🔧 add todo torrents to rbackup
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 13m21s

This commit is contained in:
Ingolf Wagner 2024-12-08 14:47:49 +07:00
parent 7fb4455050
commit b6279e415e
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -40,6 +40,12 @@ in
dst = "/media/arr/lidarr";
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;
};
};
}