diff --git a/options.html b/options.html index 7ccbba91..a305c30d 100644 --- a/options.html +++ b/options.html @@ -5752,7 +5752,7 @@ for supported values.

Type: YAML va <home-manager/modules/programs/sqls.nix>

programs.ssh.enable

Whether to enable SSH client configuration.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/ssh.nix> -
programs.ssh.package

The openssh package to use.

Type: package

Default: pkgs.openssh

Declared by:

+
programs.ssh.package

The openssh package to use. By default, the client provided by your system is used.

Type: null or package

Default: null

Declared by:

<home-manager/modules/programs/ssh.nix>
programs.ssh.compression

Specifies whether to use compression.

Type: boolean

Default: false

Declared by:

<home-manager/modules/programs/ssh.nix>