add create /home/grail block

This commit is contained in:
tolerryan
2024-11-19 22:28:20 -06:00
parent 66bd10ab1a
commit 8ada2bc527
2 changed files with 7 additions and 5 deletions

View File

@@ -18,9 +18,6 @@ resource "proxmox_vm_qemu" "grail" {
ipconfig0 = "ip=192.168.0.57/24,gw=192.168.0.1"
#ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
#features {
# nesting = true
#}
disks{
scsi{
scsi0{
@@ -57,8 +54,6 @@ resource "proxmox_vm_qemu" "grail" {
model = "virtio"
bridge = "vmbr0"
firewall = false
#ip = "192.168.0.57/24"
#gw = "192.168.0.1"
}
provisioner "local-exec" {