diff options
| author | 2026-05-13 13:43:40 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:40 +0100 | |
| commit | 1c725c766ff467b98aa1fc9279cb45fc915274c6 (patch) | |
| tree | 6d99913440ba0f6674760647941a3c59d372e48d /dot_config | |
| parent | 90f98cb17a432beaffd7975f631ab31afdfded1b (diff) | |
| download | dotfiles-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.conf | 1 |
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" |
