Skip to content

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.

Typeboolean
Default
false
Example
true
Declared inmodules/sonarr-anime.nix

nixflix.sonarr-anime.group

Group under which the service runs

Typestring
Default
"sonarr-anime"
Declared inmodules/sonarr-anime.nix

nixflix.sonarr-anime.mediaDirs

List of media directories to create and manage

Typelist of absolute path
Default
[config.nixflix.mediaDir + "/<media-type>"]
Declared inmodules/sonarr-anime.nix

nixflix.sonarr-anime.openFirewall

Open ports in the firewall for the Radarr web interface.

Typeboolean
Default
false
Declared inmodules/sonarr-anime.nix

nixflix.sonarr-anime.package

The sonarr package to use.

Typepackage
Default
pkgs.sonarr
Declared inmodules/sonarr-anime.nix

nixflix.sonarr-anime.subdomain

Subdomain prefix for nginx reverse proxy. Service accessible at <subdomain>.<domain>.

Typestring
Default
"sonarr-anime"
Declared inmodules/sonarr-anime.nix

nixflix.sonarr-anime.user

User under which the service runs

Typestring
Default
"sonarr-anime"
Declared inmodules/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).

Typeboolean
Default
false
Declared inmodules/sonarr-anime.nix