chore: radarr installed

This commit is contained in:
Greg Hellings
2026-03-04 10:53:12 -06:00
parent 46138b90c2
commit d7c6f23280
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -21,12 +21,17 @@ let
in
{
services = {
radarr = {
enable = true;
openFirewall = true;
};
transmission = {
enable = true;
openPeerPorts = true;
openRPCPort = true;
package = pkgs.transmission_4;
settings = {
download-dir = "/arr/transmission/downloads";
rpc-bind-address = "0.0.0.0";
rpc-host-whitelist = whitelists;
rpc-host-whitelist-enabled = false;
+13
View File
@@ -357,6 +357,19 @@
}
];
}
{
name = "Media";
bookmarks = [
{
name = "Transmission";
url = "https://hosea.shire-zebra.ts.net:9091/";
}
{
name = "Radarr (Movies)";
url = "https://hosea.shire-zebra.ts.net:7878/";
}
];
}
];
}
]