diff --git a/docker.tf b/docker.tf index 58a68d0..71ca6a2 100644 --- a/docker.tf +++ b/docker.tf @@ -2,7 +2,7 @@ resource "null_resource" "cloud_init_deb" { connection { type = "ssh" user = "root" - private_key = file("~/.ssh/pve2.comprofix.xyz") + private_key = file("~/.ssh/homelab.comprofix.xyz") host = "pve2.comprofix.xyz" agent = true } @@ -46,7 +46,7 @@ resource "proxmox_vm_qemu" "docker" { cpu = "x86-64-v2-AES" bios = "ovmf" - startup = "order=2,up=300" + startup = "order=2" # VM Memory Settings diff --git a/omada.tf b/omada.tf index a1ee616..2d4d914 100644 --- a/omada.tf +++ b/omada.tf @@ -6,6 +6,7 @@ resource "proxmox_lxc" "omada" { password = var.ci_password unprivileged = false ostype = "debian" + onboot = true start = true startup = "order=1000"