Use GNUPGHOME

This commit is contained in:
2024-04-14 01:31:55 +02:00
parent 9278e8c065
commit ba066166fe
2 changed files with 5 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export GNUPGHOME="$HOME/.gnupg"
umask 0022
{% set env = machine.environment | combine(user.environment) %}