summaryrefslogtreecommitdiff
path: root/home/pass.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-04-15 16:54:29 -0600
committerAlejandro Soto <alejandro@34project.org>2024-04-15 17:13:47 -0600
commit732bc276abe51986a72c2ef5287d4490ff9060fa (patch)
tree83cfb1c96b2ce0a59c437379d7deb6952b1e95b4 /home/pass.nix
parente286d8c189d7c9bae156a6639bff09ac7677360f (diff)
home/path: add tomb
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";
+ };
};
}