Nzbget
services.nzbget.enable
Whether to enable NZBGet, for downloading files from news servers.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/nzbget.nix
services.nzbget.group
Group under which NZBGet runs
Type: string
Default
"nzbget"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/nzbget.nix
services.nzbget.settings
NZBGet configuration, passed via command line using switch -o. Refer to https://github.com/nzbget/nzbget/blob/master/nzbget.conf for details on supported values.
Type: attribute set of (boolean or signed integer or string)
Default
{ }
Example
{MainDir = "/data";}
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/nzbget.nix
services.nzbget.user
User account under which NZBGet runs
Type: string
Default
"nzbget"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/nzbget.nix