diff --git a/index.html b/index.html index 1c589df2..adbf3d4f 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 2801cf6b..bc173edc 100644 --- a/options.html +++ b/options.html @@ -2756,11 +2756,11 @@ will be copied into the world-readable Nix store. <home-manager/modules/programs/gpg.nix>
programs.gpg.publicKeys.*.trust
The amount of trust you have in the key ownership and the care the owner puts into signing other keys. The available levels are -
1
I don't know or won't say.
2
I do NOT trust.
3
I trust marginally.
4
I trust fully.
5
I trust ultimately.
+
unknown
or 1
I don't know or won't say.
never
or 2
I do NOT trust.
marginal
or 3
I trust marginally.
full
or 4
I trust fully.
ultimate
or 5
I trust ultimately.
See https://www.gnupg.org/gph/en/manual/x334.html for more. -
Type: null or one of 1, 2, 3, 4, 5
Default: null
Declared by:
+ |