diff --git a/index.html b/index.html index cdfede245..b11376c06 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html
index d8d0fd04e..3aa7a9a33 100644
--- a/options.html
+++ b/options.html
@@ -6734,7 +6734,9 @@ block when null
.
"example.org"
Declared by:
<home-manager/modules/programs/ssh.nix>
- |
programs.ssh.matchBlocks.<name>.dynamicForwards.*.port
Specifies port number to bind on bind address.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Example:
+
programs.ssh.matchBlocks.<name>.dynamicForwards.*.port
Specifies port number to bind on bind address.
Type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
+ null
+
Example:
8080
Declared by:
<home-manager/modules/programs/ssh.nix>
@@ -6815,15 +6817,21 @@ Identities will be tried in the given order.
"example.org"
Declared by:
programs.ssh.matchBlocks.<name>.localForwards.*.bind.port Specifies port number to bind on bind address. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive) Example: |
programs.ssh.matchBlocks.<name>.localForwards.*.bind.port
Specifies port number to bind on bind address.
Type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
+ null
+
Example:
8080
Declared by:
<home-manager/modules/programs/ssh.nix>
- |
programs.ssh.matchBlocks.<name>.localForwards.*.host.address
The address where to forward the traffic to.
Type: string
Example:
+
programs.ssh.matchBlocks.<name>.localForwards.*.host.address
The address where to forward the traffic to.
Type: null or string
Default:
+ null
+
Example:
"example.org"
Declared by:
<home-manager/modules/programs/ssh.nix>
- |
programs.ssh.matchBlocks.<name>.localForwards.*.host.port
Specifies port number to forward the traffic to.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Example:
+
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>
@@ -6862,15 +6870,21 @@ Identities will be tried in the given order.
"example.org"
Declared by:
programs.ssh.matchBlocks.<name>.remoteForwards.*.bind.port Specifies port number to bind on bind address. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive) Example: |
programs.ssh.matchBlocks.<name>.remoteForwards.*.bind.port
Specifies port number to bind on bind address.
Type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
+ null
+
Example:
8080
Declared by:
<home-manager/modules/programs/ssh.nix>
- |
programs.ssh.matchBlocks.<name>.remoteForwards.*.host.address
The address where to forward the traffic to.
Type: string
Example:
+
programs.ssh.matchBlocks.<name>.remoteForwards.*.host.address
The address where to forward the traffic to.
Type: null or string
Default:
+ null
+
Example:
"example.org"
Declared by:
<home-manager/modules/programs/ssh.nix>
- |
programs.ssh.matchBlocks.<name>.remoteForwards.*.host.port
Specifies port number to forward the traffic to.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Example:
+
programs.ssh.matchBlocks.<name>.remoteForwards.*.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: