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