diff --git a/services/shelfarr.nix b/services/shelfarr.nix index 8477305..3518633 100644 --- a/services/shelfarr.nix +++ b/services/shelfarr.nix @@ -30,6 +30,11 @@ "/var/lib/shelfarr:/rails/storage" "/mnt/storage/torrents/audiobooks:/audiobooks" "/mnt/storage/torrents/downloads:/downloads" + # SABnzbd's real complete_dir (see sabnzbd.nix) — mounted at the + # same path SABnzbd itself reports, so Shelfarr's post-processing + # step can find and move files without needing the + # download_remote_path/download_local_path rewrite settings. + "/mnt/storage/usenet/downloads:/mnt/storage/usenet/downloads" ]; extraOptions = [ "--network=host" ]; environment = {