diff --git a/srv-debianlxc.tf b/srv-debianlxc.tf index 14f2731..8315a71 100644 --- a/srv-debianlxc.tf +++ b/srv-debianlxc.tf @@ -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