mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
Explicitly set password-store directory
This commit is contained in:
+6
-1
@@ -1 +1,6 @@
|
||||
{ ... }: { programs.password-store.enable = true; }
|
||||
{ ... }: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user