Sonarr
services.sonarr.dataDir
The directory where Sonarr stores its data files.
Type: string
Default
"/var/lib/sonarr/.config/NzbDrone"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/sonarr.nix
services.sonarr.enable
Whether to enable Sonarr.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/sonarr.nix
services.sonarr.group
Group under which Sonaar runs.
Type: string
Default
"sonarr"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/sonarr.nix
services.sonarr.openFirewall
Open ports in the firewall for the Sonarr web interface
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/sonarr.nix
services.sonarr.package
The sonarr package to use.
Type: package
Default
pkgs.sonarr
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/sonarr.nix
services.sonarr.user
User account under which Sonaar runs.
Type: string
Default
"sonarr"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/sonarr.nix