services.nzbget.settings

NixOS option

NZBGet configuration, passed via command line using switch -o. Refer to https://github.com/nzbgetcom/nzbget/blob/develop/nzbget.conf for details on supported values.

type: attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  MainDir = "/data";
}
declared in: nixos/modules/services/misc/nzbget.nixView source on NixOS/nixpkgs →