Use PASSWORD_STORE_DIR

This commit is contained in:
2024-04-14 01:33:43 +02:00
parent ba066166fe
commit 5ed1650b02
2 changed files with 4 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ export XDG_STATE_HOME="$HOME/.local/state"
export GNUPGHOME="$HOME/.gnupg"
export PASSWORD_STORE_DIR="$HOME/.password-store"
umask 0022
{% set env = machine.environment | combine(user.environment) %}