MyNixOS website logo
option

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.

Declarations
Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  MainDir = "/data";
}