From 3762b8e58274d39d418af4a487ff2f3df62171f0 Mon Sep 17 00:00:00 2001
From: ncfavier
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>
|