FIX don't use pass on headless machines

This commit is contained in:
Nathan Dwarshuis 2022-02-17 22:43:25 -05:00
parent f727254deb
commit 79067b9506
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@ ZDOTDIR DEFAULT=${XDG_CONFIG_HOME}/zsh
# store passwords in gnupg directory (and then encrypt the entire thing with veracrypt) # store passwords in gnupg directory (and then encrypt the entire thing with veracrypt)
GNUPGHOME DEFAULT=${XDG_CONFIG_HOME}/gnupg GNUPGHOME DEFAULT=${XDG_CONFIG_HOME}/gnupg
{{- if eq .chezmoi.hostname "petrucci4prez" }}
PASSWORD_STORE_DIR DEFAULT=${GNUPGHOME}/pass PASSWORD_STORE_DIR DEFAULT=${GNUPGHOME}/pass
{{- end }}
#--------------------# #--------------------#
# Path # Path