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>
|