diff --git a/index.html b/index.html index 633ae8897..3b1ac3edc 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html
index e29d66121..3eb8b267d 100644
--- a/options.html
+++ b/options.html
@@ -7449,8 +7449,14 @@ over the secure channel and DISPLAY
set.
original X11 display.
Type: boolean
Default: false
Declared by:
<home-manager/modules/programs/ssh.nix>
- |
programs.ssh.matchBlocks.<name>.host
The host pattern used by this conditional block. -
Type: string
Example: "*.example.org"
Declared by:
+ |
programs.ssh.matchBlocks.<name>.host
Host
pattern used by this conditional block.
+See
+ssh_config(5)
+for Host
block details.
+This option is ignored if
+ssh.matchBlocks.*.matcht
+if defined.
+
Type: null or string
Default: null
Example: "*.example.org"
Declared by:
<home-manager/modules/programs/ssh.nix>
|
programs.ssh.matchBlocks.<name>.hostname
Specifies the real host name to log into.
Type: null or string
Default: null
Declared by:
<home-manager/modules/programs/ssh.nix>
@@ -7492,6 +7498,16 @@ Identities will be tried in the given order.
<home-manager/modules/programs/ssh.nix>
|
programs.ssh.matchBlocks.<name>.localForwards.*.host.port
Specifies port number to forward the traffic to.
Type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default: null
Example: 80
Declared by:
<home-manager/modules/programs/ssh.nix>
+ |
programs.ssh.matchBlocks.<name>.match
Match
block conditions used by this block. See
+ssh_config(5)
+for Match
block details.
+This option takes precedence over
+ssh.matchBlocks.*.host
+if defined.
+
Type: null or string
Default: null
Example:
'' +host <hostname> canonical +host <hostname> exec "ping -c1 -q 192.168.17.1"''
Declared by:
+ <home-manager/modules/programs/ssh.nix>
|
programs.ssh.matchBlocks.<name>.port
Specifies port number to connect on remote host.
Type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default: null
Declared by:
<home-manager/modules/programs/ssh.nix>
|
programs.ssh.matchBlocks.<name>.proxyCommand
The command to use to connect to the server.
Type: null or string
Default: null
Declared by: