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