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.cachix-agent.enable

Whether to enable Cachix Deploy Agent: https://docs.cachix.org/deploy/.

Type: boolean

Default:

false

Example:

true

Declared by:

services.cachix-agent.package

The cachix package to use.

Type: package

Default:

pkgs.cachix

Declared by:

services.cachix-agent.credentialsFile

Required file that needs to contain CACHIX_AGENT_TOKEN=....

Type: absolute path

Default:

"${config.xdg.configHome}/cachix-agent.token"

Declared by:

services.cachix-agent.host

Cachix URI to use.

Type: null or string

Default:

null

Declared by:

services.cachix-agent.name

The unique agent name.

Type: string

Declared by:

services.cachix-agent.profile

The Nix profile name.

Type: string

Default:

"home-manager"

Declared by:

services.cachix-agent.verbose

Whether to enable verbose output.

Type: boolean

Default:

false

Example:

true

Declared by: