Add LIBVIRT_DEFAULT_URI

This commit is contained in:
toto 2022-03-28 11:09:49 +02:00
parent 1ccfa4efcd
commit a2e5fbaaf5

View File

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