forked from lrvick/dotfiles
set qubes gpg domain
This commit is contained in:
parent
efb8a65689
commit
db8e27a705
|
@ -8,6 +8,7 @@ export LC_ALL="en_US.UTF-8"
|
||||||
|
|
||||||
# Apply QubesOS specific configuration
|
# Apply QubesOS specific configuration
|
||||||
if command -v qubesdb-read &> /dev/null; then
|
if command -v qubesdb-read &> /dev/null; then
|
||||||
|
export QUBES_GPG_DOMAIN=vault
|
||||||
export SSH_AUTH_SOCK="/home/${USER}/.SSH_AGENT_${QUBES_GPG_DOMAIN}";
|
export SSH_AUTH_SOCK="/home/${USER}/.SSH_AGENT_${QUBES_GPG_DOMAIN}";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue