From b28783dc53cfb0ab5dafafc855c32e7f09d45917 Mon Sep 17 00:00:00 2001 From: macronova Date: Fri, 12 Apr 2024 15:03:20 -0700 Subject: [PATCH] Try prowlarr --- linux/nebula/jellyfin.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/nebula/jellyfin.nix b/linux/nebula/jellyfin.nix index 5793791..b4368b3 100644 --- a/linux/nebula/jellyfin.nix +++ b/linux/nebula/jellyfin.nix @@ -11,7 +11,7 @@ in services = { aria2 = { enable = true; - extraArguments = "--rpc-listen-all"; + extraArguments = "--rpc-allow-origin-all=true --rpc-listen-all"; rpcListenPort = ports.aria2; rpcSecretFile = config.sops.secrets.aria2.path; }; @@ -23,6 +23,7 @@ in enable = true; port = ports.jellyseerr; }; + prowlarr.enable = true; radarr = { enable = true; user = usr;