From 58a41f3d3b9da774c62e5b147aabc2b8f24533db Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 26 Jan 2025 06:32:44 -0600 Subject: [PATCH] Increase base disk size for Linux Mint reqs --- sources/inputs.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/inputs.pkr.hcl b/sources/inputs.pkr.hcl index 2fcc09d..c6726be 100644 --- a/sources/inputs.pkr.hcl +++ b/sources/inputs.pkr.hcl @@ -131,7 +131,7 @@ locals { cpus = var.cpus memory = var.memory - disk_size = 10 + disk_size = 20 ssh = { username = "vagrant" password = "vagrant"