aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:40 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:40 +0100
commit1c725c766ff467b98aa1fc9279cb45fc915274c6 (patch)
tree6d99913440ba0f6674760647941a3c59d372e48d /dot_config
parent90f98cb17a432beaffd7975f631ab31afdfded1b (diff)
downloaddotfiles-1c725c766ff467b98aa1fc9279cb45fc915274c6.tar.gz
dotfiles-1c725c766ff467b98aa1fc9279cb45fc915274c6.tar.bz2
dotfiles-1c725c766ff467b98aa1fc9279cb45fc915274c6.zip
feat(libvirt): default CLI URI to qemu:///system
virt-install and other libvirt CLI tools default to qemu:///session even when the user is in the libvirt group, where the default NAT network does not exist. Pin uri_default so virt-install, virsh, etc. agree with virt-manager's system view.
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/libvirt/libvirt.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/libvirt/libvirt.conf b/dot_config/libvirt/libvirt.conf
new file mode 100644
index 0000000..deb583b
--- /dev/null
+++ b/dot_config/libvirt/libvirt.conf
@@ -0,0 +1 @@
+uri_default = "qemu:///system"