Add LIBVIRT_DEFAULT_URI

This commit is contained in:
toto 2022-03-28 11:09:49 +02:00
parent 7530fc477b
commit e43701ee91

View File

@ -0,0 +1,7 @@
if [ -f $HOME/.bashrc ]; then
source $HOME/.bashrc
fi
export LIBVIRT_DEFAULT_URI="qemu+ssh://majalis/system"