From d791fd49a00fa75ca72c99cd08ca0193ae303e1d 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/nebula/jellyfin.nix b/linux/nebula/jellyfin.nix index 5793791..6c2eff0 100644 --- a/linux/nebula/jellyfin.nix +++ b/linux/nebula/jellyfin.nix @@ -11,7 +11,6 @@ in services = { aria2 = { enable = true; - extraArguments = "--rpc-listen-all"; rpcListenPort = ports.aria2; rpcSecretFile = config.sops.secrets.aria2.path; }; @@ -23,6 +22,7 @@ in enable = true; port = ports.jellyseerr; }; + prowlarr.enable = true; radarr = { enable = true; user = usr;