Try prowlarr

This commit is contained in:
Invariantspace 2024-04-12 15:03:20 -07:00
parent 1a5b0c3927
commit d791fd49a0

View file

@ -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;