FIX don't use pass on headless machines
This commit is contained in:
parent
f727254deb
commit
79067b9506
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue