Skip to content

Commit f23b12d

Browse files
committed
Enable incus security.nesting when privileged is enabled
1 parent bc04fa5 commit f23b12d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

incus/infrastructure.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ resource "incus_instance" "instances" {
9191
config = {
9292
"cloud-init.user-data" = module.configuration.user_data[each.key]
9393
"security.privileged" = var.privileged
94+
"security.nesting" = var.privileged
9495
}
9596

9697
device {

0 commit comments

Comments
 (0)