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

services.pueue.enable

Whether to enable Pueue, CLI process scheduler and manager.

Type: boolean

Default:

false

Example:

true

Declared by:

services.pueue.package

The pueue package to use.

Type: null or package

Default:

pkgs.pueue

Declared by:

services.pueue.settings

Configuration written to $XDG_CONFIG_HOME/pueue/pueue.yml.

Type: YAML 1.1 value

Default:

{ }

Example:

{
  daemon = {
    default_parallel_tasks = 2;
  };
}

Declared by: