diff --git a/options.xhtml b/options.xhtml index 5fad00ea7..1ae4add7c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -25438,42 +25438,21 @@ attribute set of string
programs.git.signing
+ programs.git.signing.format
Options related to signing commits using GnuPG.
+The signing method to use when signing commits and tags.
+Valid values are openpgp (OpenPGP/GnuPG), ssh (SSH), and x509 (X.509 certificates).
Type: -null or (submodule)
+one of “openpgp”, “ssh”, “x509” -Default:
-null
Default:
"openpgp" for state version < 24.11,
+undefined for state version ≥ 24.11
-Declared by:
-
-
-
-<home-manager/modules/programs/git.nix>
-
-
-
-programs.git.signing.gpgPath
-
-
-Path to GnuPG binary to use.
- -Type: -string
- -Default:
-"\${pkgs.gnupg}/bin/gpg2"
Declared by:
+
+<home-manager/modules/programs/git.nix>
+
+ |
programs.git.signing.signer
+
+
+Path to signer binary to use.
+ +Type: +string
+Declared by: