[packer] feat: use virtio nics

This commit is contained in:
Simon Cornet 2024-10-24 14:59:41 +02:00
parent 1629d8826b
commit bbd3038abb
2 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,7 @@ source "proxmox-iso" "template" {
# networking # networking
network_adapters { network_adapters {
bridge = "vmbr0" bridge = "vmbr0"
model = "virtio"
} }
# misc # misc

View File

@ -104,6 +104,7 @@ source "proxmox-iso" "template" {
# networking # networking
network_adapters { network_adapters {
bridge = "vmbr0" bridge = "vmbr0"
model = "virtio"
} }
# misc # misc