From 131ef20840cee87ae76fa247149689cfda05a3e6 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Wed, 6 Aug 2025 17:40:46 +0000 Subject: [PATCH] deploy: 2a29968912815e825a8cae73e2535a94424a9d1b --- options.xhtml | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/options.xhtml b/options.xhtml index e2f506637..6bb9ac23b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -32526,6 +32526,115 @@ TOML value

+
+ + programs.git-credential-keepassxc.enable + + +
+
+

Whether to enable git-credential-keepassxc

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/git-credential-keepassxc.nix> + +
+
+
+ + programs.git-credential-keepassxc.package + + +
+
+

The git-credential-keepassxc package to use.

+ +

Type: +package

+ +

Default: +pkgs.git-credential-keepassxc

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/git-credential-keepassxc.nix> + +
+
+
+ + programs.git-credential-keepassxc.groups + + +
+
+

The KeePassXC groups used for storing and fetching of credentials. By +default, the groups created by +git-credential-keepassxc configure [--group <GROUP>] are used.

+ +

Type: +null or (list of string)

+ +

Default: +null

+ +

Example: +"Git"

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/git-credential-keepassxc.nix> + +
+
+
+ + programs.git-credential-keepassxc.hosts + + +
+
+

Hosts for which git-credential-keepassxc is enabled.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example:

[
+  "https://github.com"
+]
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/git-credential-keepassxc.nix> + +
+
programs.git-credential-oauth.enable