commit 29ea72f9fd0fd7cda388fbcd725d2d3bbb68cef9 parent 8d25e2e35a66f419d52e4ba44ddd752d7db5c788 Author: pyratebeard <root@pyratebeard.net> Date: Fri, 10 May 2024 23:47:55 +0100 libvirt | debian12 | fixed connection uri not overly happy about having to use a dedicated key, but at least it works Diffstat:
M | libvirt/debian12/provider.tf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvirt/debian12/provider.tf b/libvirt/debian12/provider.tf @@ -8,5 +8,5 @@ terraform { } provider "libvirt" { - uri = "qemu:///system" + uri = "qemu+ssh://pigley/system?keyfile=/home/pyratebeard/.local/trove/keys/homelab_tofu&known_hosts_verify=ignore&sshauth=privkey" }