aboutsummaryrefslogtreecommitdiffstats
path: root/.config/libvirt/libvirt.conf
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-04 03:59:21 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-04 03:59:21 +0000
commit00312e004f7fa0bfe077708818b030890a1a63d9 (patch)
tree68840cedc0956ea4d7c57177eeb7e4872335fd5f /.config/libvirt/libvirt.conf
parentupdate (diff)
downloadscripts-00312e004f7fa0bfe077708818b030890a1a63d9.tar.gz
scripts-00312e004f7fa0bfe077708818b030890a1a63d9.zip
updates
Diffstat (limited to '')
-rw-r--r--.config/libvirt/libvirt.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/libvirt/libvirt.conf b/.config/libvirt/libvirt.conf
new file mode 100644
index 0000000..0ab4cef
--- /dev/null
+++ b/.config/libvirt/libvirt.conf
@@ -0,0 +1,18 @@
+#
+# This can be used to setup URI aliases for frequently
+# used connection URIs. Aliases may contain only the
+# characters a-Z, 0-9, _, -.
+#
+# Following the '=' may be any valid libvirt connection
+# URI, including arbitrary parameters
+
+#uri_aliases = [
+# "hail=qemu+ssh://root@hail.cloud.example.com/system",
+# "sleet=qemu+ssh://root@sleet.cloud.example.com/system",
+#]
+
+#
+# These can be used in cases when no URI is supplied by the application
+# (@uri_default also prevents probing of the hypervisor driver).
+#
+uri_default = "qemu:///system"