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.radicle.node.enable

Whether to enable Radicle Node.

Type: boolean

Default:

false

Example:

true

Declared by:

services.radicle.node.package

The radicle-node package to use.

Type: package

Default:

pkgs.radicle-node

Declared by:

services.radicle.node.args

Additional command line arguments to pass when executing radicle-node.

Type: string

Default:

""

Example:

"--force"

Declared by:

services.radicle.node.environment

Environment to set when executing radicle-node.

Type: attribute set of (null or string or absolute path or package)

Default:

{ }

Example:

{
  RUST_BACKTRACE = "full";
}

Declared by:

services.radicle.node.lazy.enable

Whether to enable a proxy service to lazily start and stop Radicle Node on demand.

Type: boolean

Default:

false

Example:

true

Declared by:

services.radicle.node.lazy.exitIdleTime

The idle time after which no interaction with Radicle Node via the rad CLI should be stopped, in a format that systemd-socket-proxyd(8) understands for its --exit-idle-time argument.

Type: string

Default:

"30min"

Example:

"1h"

Declared by: