Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.aria2.enable

Whether to enable aria2.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.aria2.package

The aria2 package to use.

Type: null or package

Default:

pkgs.aria2

Declared by:

programs.aria2.settings

Options to add to aria2.conf file. See aria2c(1) for options.

Type: attribute set of (atom (null, bool, int, float or string))

Default:

{ }

Example:

{
  dht-listen-port = 60000;
  ftp-pasv = true;
  listen-port = 60000;
  max-upload-limit = "50K";
  seed-ratio = 1.0;
}

Declared by:

programs.aria2.systemd.enable

Whether to enable Aria2 systemd integration.

Type: boolean

Default:

false

Example:

true

Declared by: