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