summaryrefslogtreecommitdiff
path: root/home/pass.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/pass.nix')
-rw-r--r--home/pass.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/pass.nix b/home/pass.nix
index 598d5d2..9abe21a 100644
--- a/home/pass.nix
+++ b/home/pass.nix
@@ -9,6 +9,10 @@ with lib; {
exts.pass-update
]);
- settings.PASSWORD_STORE_DIR = "${config.home.homeDirectory}/pass";
+ settings = {
+ PASSWORD_STORE_DIR = "${config.home.homeDirectory}/pass";
+ PASSWORD_STORE_TOMB_KEY = "${config.home.homeDirectory}/tomb/pass.key.gpg";
+ PASSWORD_STORE_TOMB_FILE = "${config.home.homeDirectory}/tomb/pass.tomb";
+ };
};
}