aboutsummaryrefslogtreecommitdiff
path: root/modules/pass
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-03-06 16:44:47 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-03-06 16:44:47 -0500
commit5b72fc95b02b2d650239d1b678f09ce3ef296eb7 (patch)
treeb976bf88641610169d50901b8c8e6a9a131b2d78 /modules/pass
parentf1480abf77a14d1427722c99604f34d37b5c45b6 (diff)
downloadhome-5b72fc95b02b2d650239d1b678f09ce3ef296eb7.tar.gz
fix issue with password-store
Diffstat (limited to 'modules/pass')
-rw-r--r--modules/pass/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pass/default.nix b/modules/pass/default.nix
index e73fd76..fb24ab1 100644
--- a/modules/pass/default.nix
+++ b/modules/pass/default.nix
@@ -55,6 +55,7 @@ in
};
enable = true;
settings = {
+ PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
PASSWORD_STORE_CHARACTER_SET="[:alnum:]*!@^&_\-=[]|;~,./?";
PASSWORD_STORE_CLIP_TIME="25";
PASSWORD_STORE_KEY=cfg.key;