From 3762b8e58274d39d418af4a487ff2f3df62171f0 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Sun, 7 May 2023 21:45:48 +0000 Subject: [PATCH] deploy: e34fbe18011483d1aac6f44cd2f03c0c89196812 --- options.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index 47f69ee61..c50d676b9 100644 --- a/options.html +++ b/options.html @@ -8245,7 +8245,10 @@ for options.

Type: attribute set of <home-manager/modules/services/pass-secret-service.nix>

services.pass-secret-service.package

The pass-secret-service package to use.

Type: package

Default: pkgs.pass-secret-service

Declared by:

<home-manager/modules/services/pass-secret-service.nix> -
services.pass-secret-service.storePath

Absolute path to password store.

Type: null or string

Default: "~/.password-store"

Example: "/home/user/.local/share/password-store"

Declared by:

+
services.pass-secret-service.storePath

Absolute path to password store. Defaults to +$HOME/.password-store if the +programs.password-store module is not enabled, and +programs.password-store.settings.PASSWORD_STORE_DIR if it is.

Type: null or string

Default: "$HOME/.password-store"

Example: "/home/user/.local/share/password-store"

Declared by:

<home-manager/modules/services/pass-secret-service.nix>
services.password-store-sync.enable

Whether to enable Password store periodic sync.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/services/password-store-sync.nix>