1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

Explicitly set password-store directory

This commit is contained in:
Sam W 2022-03-08 22:09:40 +00:00
parent 8d1dea1ccf
commit b0bb12fc4b

View File

@ -1 +1,6 @@
{ ... }: { programs.password-store.enable = true; } { ... }: {
programs.password-store = {
enable = true;
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
};
}