Try radarr

This commit is contained in:
Invariantspace 2024-04-12 12:38:19 -07:00
parent 472f7176ca
commit 9d2f6da9a0

View file

@ -12,5 +12,9 @@
enable = true;
port = const.port.jellyseerr;
};
radarr = {
enable = true;
user = const.userName;
};
};
}