Explicitly set password-store directory

This commit is contained in:
2022-03-08 22:09:40 +00:00
parent 8d1dea1ccf
commit b0bb12fc4b
+6 -1
View File
@@ -1 +1,6 @@
{ ... }: { programs.password-store.enable = true; }
{ ... }: {
programs.password-store = {
enable = true;
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
};
}