From 1c725c766ff467b98aa1fc9279cb45fc915274c6 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:40 +0100 Subject: 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. --- dot_config/libvirt/libvirt.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 dot_config/libvirt/libvirt.conf 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" -- cgit v1.3.1