qemu-vm/default.conf.tmpl
redxef 5ceb706fb0 Various fixes and improvements.
- Add TPM2.0
- Fix network creating now needing a small delay between steps.
- Change nft chains to lowercase
- Have name for bridge and tap devices be (br|tap)-$n where n is the next available integer.
2022-11-23 18:46:30 +01:00

4 lines
213 B
Cheetah

-netdev tap,id=net0,br=$BR_NAME,ifname=$TAP_NAME,script=no,downscript=no
-device e1000,netdev=net0
-audiodev pa,id=snd0,server=unix:/run/user/$MYUID/pulse/native
-device intel-hda -device hda-duplex,audiodev=snd0