fixing console

This commit is contained in:
2025-10-18 13:01:44 -04:00
parent d2ba0f5b9a
commit 344cb8a398

View File

@@ -5,6 +5,9 @@ resource "proxmox_lxc" "basic" {
password = "BasicLXCContainer"
unprivileged = true
description = "Nice"
features {
nesting = true
}
ssh_public_keys = <<-EOT
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJo337iE4+Ry7T65Ey+2QQ9aRaGxP7zzLtMV+hBPyA59 eddsa-key-20250525
EOT