From 2625e000499dd4cc493f6bc8f31223b091be9af7 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 12:00:52 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proxmox.tf b/proxmox.tf index 4d9769d..4bc5c99 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -80,6 +80,12 @@ initialization { password = "testepassword" username = "testeuser" } + bootcmd = [ + "apt-get update", + "apt-get install -y qemu-guest-agent", + "systemctl enable qemu-guest-agent", + "systemctl start qemu-guest-agent" + ] } }