From a2e5fbaaf500390478aec46f1cfaf752e7e0b078 Mon Sep 17 00:00:00 2001 From: toto <> Date: Mon, 28 Mar 2022 11:09:49 +0200 Subject: [PATCH] Add LIBVIRT_DEFAULT_URI --- config/includes.chroot/etc/skel/.bash_login | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/includes.chroot/etc/skel/.bash_login diff --git a/config/includes.chroot/etc/skel/.bash_login b/config/includes.chroot/etc/skel/.bash_login new file mode 100644 index 0000000..50a22f4 --- /dev/null +++ b/config/includes.chroot/etc/skel/.bash_login @@ -0,0 +1,7 @@ + +if [ -f $HOME/.bashrc ]; then + source $HOME/.bashrc +fi + +export LIBVIRT_DEFAULT_URI="qemu+ssh://majalis/system" +