move to virtiofs shared directory

This commit is contained in:
Pim Kunis 2023-04-26 14:53:57 +02:00
parent 37fe3937e5
commit 8a634be9ab
3 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@ terraform {
}
provider "libvirt" {
uri = "qemu+ssh://root@atlas.lan/system"
uri = "qemu+ssh://root@atlas.hyp/system"
}
resource "libvirt_volume" "data" {