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