Readarr
services.readarr.dataDir
The directory where Readarr stores its data files.
Type: string
Default
"/var/lib/readarr/"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/readarr.nix
services.readarr.enable
Whether to enable Readarr, a Usenet/BitTorrent ebook downloader.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/readarr.nix
services.readarr.group
Group under which Readarr runs.
Type: string
Default
"readarr"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/readarr.nix
services.readarr.openFirewall
Open ports in the firewall for Readarr
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/readarr.nix
services.readarr.package
The readarr package to use.
Type: package
Default
pkgs.readarr
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/readarr.nix
services.readarr.user
User account under which Readarr runs.
Type: string
Default
"readarr"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/readarr.nix