@@ -221,9 +221,9 @@ async def create_vm(name: str, memory: int, disk_size: int, cpus: int = 1, iso:
<target dev='hda' bus='ide'/>
<readonly/>
</disk>
- <interface type='network'>
+ <interface type='bridge'>
<mac address='{mac}'/>
- <source network='default'/>
+ <source bridge='br0'/>
<model type='virtio'/>
</interface>
<console type='pty'>