mirror of https://github.com/wlcx/home.git
Explicitly set password-store directory
This commit is contained in:
parent
8d1dea1ccf
commit
b0bb12fc4b
|
@ -1 +1,6 @@
|
||||||
{ ... }: { programs.password-store.enable = true; }
|
{ ... }: {
|
||||||
|
programs.password-store = {
|
||||||
|
enable = true;
|
||||||
|
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue