Skip to content

Radarr

services.radarr.dataDir

The directory where Radarr stores its data files. Type: string

Default

"/var/lib/radarr/.config/Radarr"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/radarr.nix

services.radarr.enable

Whether to enable Radarr, a UsetNet/BitTorrent movie downloader. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/radarr.nix

services.radarr.group

Group under which Radarr runs. Type: string

Default

"radarr"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/radarr.nix

services.radarr.openFirewall

Open ports in the firewall for the Radarr web interface. Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/radarr.nix

services.radarr.package

The radarr package to use. Type: package

Default

pkgs.radarr

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/radarr.nix

services.radarr.user

User account under which Radarr runs. Type: string

Default

"radarr"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/radarr.nix