diff --git a/index.html b/index.html index d4a6d6ff0..98853f719 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 88467f6e5..1ab01edf1 100644 --- a/options.html +++ b/options.html @@ -10238,6 +10238,37 @@ special characters including spaces may need to be escaped. true
Declared by:
<home-manager/modules/services/owncloud-client.nix>
+ |
services.pantalaimon.enable
Whether to enable Pantalaimon, an E2EE aware proxy daemon for matrix clients.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/services/pantalaimon.nix>
+ |
services.pantalaimon.package
Package providing the pantalaimon executable to use.
Type: package
Default:
+ pkgs.pantalaimon
+
Declared by:
+ <home-manager/modules/services/pantalaimon.nix>
+ |
services.pantalaimon.settings
Configuration written to
+$XDG_CONFIG_HOME/pantalaimon/pantalaimon.conf
.
+
+See https://github.com/matrix-org/pantalaimon/blob/master/docs/manpantalaimon.5.md or +pantalaimon(5) +for options. +
Type: attribute set of attribute set of INI atom (null, bool, int, float or string)ss
Default:
+ { }
+
Example:
{ + Default = { + LogLevel = "Debug"; + SSL = true; + }; + local-matrix = { + Homeserver = "https://matrix.org"; + ListenAddress = "127.0.0.1"; + ListenPort = 8008; + }; +} +
Declared by:
+ <home-manager/modules/services/pantalaimon.nix>
|
services.parcellite.enable
Whether to enable Parcellite.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -141,7 +141,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index 7aba5e0f8..00f50ee30 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -76,7 +76,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -240,15 +240,15 @@
attrPath
--verbose