diff --git a/index.html b/index.html index f42ea4fd3..018fcaf53 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index e211816cb..f466b3dde 100644 --- a/options.html +++ b/options.html @@ -5402,6 +5402,18 @@ should hash host names and addresses when they are added to the known hosts file.
Type: boolean
Default: false
Declared by:
<home-manager/modules/programs/ssh.nix>
+ |
programs.ssh.includes
File globs of ssh config files that should be included via the
+Include
directive.
+
+See +ssh_config(5) +for more information. +
Type: list of strings
Default:
+ [
+
+ ]
+
Declared by:
+ <home-manager/modules/programs/ssh.nix>
|
programs.ssh.matchBlocks
Specify per-host settings. Note, if the order of rules matter then use the DAG functions to express the dependencies as shown in the example. diff --git a/tools.html b/tools.html index 192e8be99..6234ef56f 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -259,15 +259,15 @@
--verbose
Activates verbose output. -