Radarr¶
Radarr is a PVR for Usenet and BitTorrent users for movies.
Available Options
This page documents 8 configuration options.
nixflix.radarr.enable¶
Whether to enable Radarr.
| Type | boolean |
| Default | |
| Example | |
| Declared in | modules/radarr.nix |
nixflix.radarr.group¶
Group under which the service runs
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.mediaDirs¶
List of media directories to create and manage
| Type | list of absolute path |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.openFirewall¶
Open ports in the firewall for the Radarr web interface.
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.package¶
The radarr package to use.
| Type | package |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.subdomain¶
Subdomain prefix for nginx reverse proxy. Service accessible at <subdomain>.<domain>.
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.user¶
User under which the service runs
| Type | string |
| Default | |
| Declared in | modules/radarr.nix |
nixflix.radarr.vpn.enable¶
Whether to route Radarr traffic through the VPN. When false (default), Radarr bypasses the VPN to prevent Cloudflare and image provider blocks. When true, Radarr routes through the VPN (requires nixflix.mullvad.enable = true).
| Type | boolean |
| Default | |
| Declared in | modules/radarr.nix |