From dca35d053536867bb884a263e61af31accd1ab15 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 10 Feb 2022 12:47:48 +0000 Subject: [PATCH] Add LIBVIRT_DEFAULT_URI --- roles/home-cli/files/bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index f0548a7..c373431 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -65,6 +65,9 @@ export PAPERSIZE=a4 export POWERSHELL_TELEMETRY_OPTOUT=1 export PYTHONWARNINGS=ignore::UserWarning +# Override this in ~/.config/bashrc or ~/.ssh/config. +export LIBVIRT_DEFAULT_URI="qemu+ssh://vmhost/system" + if test -x /usr/bin/tty then export GPG_TTY=$(tty)