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.ssh-tpm-agent.enable

Whether to enable SSH agent for TPMs.

Type: boolean

Default:

false

Example:

true

Declared by:

services.ssh-tpm-agent.package

The ssh-tpm-agent package to use.

Type: package

Default:

pkgs.ssh-tpm-agent

Declared by:

services.ssh-tpm-agent.extraArgs

Extra arguments to be passed to the ssh-tpm-agent executable.

Type: list of string

Default:

[ ]

Example:

[
  "--no-cache"
  "-d"
]

Declared by:

services.ssh-tpm-agent.keyDir

Path of the directory to look for TPM sealed keys in, defaults to $HOME/.ssh if unset

Type: null or absolute path

Default:

null

Declared by: