Merge pull request 'add-audio' (#1) from add-audio into master

Reviewed-on: #1
Reviewed-by: John Ostrowski <john.ostrowski@obsidian.systems>
This commit is contained in:
John Ostrowski 2026-04-22 16:20:17 +00:00
commit a32ce5754c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.qcow2

View File

@ -224,6 +224,7 @@
qemu.options = [ qemu.options = [
"-vga none" "-vga none"
"-device virtio-vga" "-device virtio-vga"
"-audio pa,model=virtio"
]; ];
sharedDirectories = { sharedDirectories = {
default = { default = {