From ef4bacdf58bca0fa39a67f10034ca52da3887dc2 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 12 Oct 2023 22:38:38 -0700 Subject: [PATCH] allow to download with jackett --- modules/arr.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/arr.nix b/modules/arr.nix index e16df52..ae4a1f8 100644 --- a/modules/arr.nix +++ b/modules/arr.nix @@ -208,6 +208,8 @@ in policy = "bypass"; resources = [ "^/api.*" + ] ++ lib.optionals (name == "jackett") [ + "^/dl.*" ]; } {