diff --git a/docker.tf b/docker.tf index e58e4fb..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 } diff --git a/omada.tf b/omada.tf index 00b807c..15df48b 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" onboot = "true"