From 070308a7705bb48a0499dfbe8804305d66d66378 Mon Sep 17 00:00:00 2001 From: Lucas Riutzel Date: Wed, 22 Apr 2026 11:01:33 -0500 Subject: [PATCH 1/2] Enable audio - Thank Jonathan Gibbons! --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d42d478..3850d52 100644 --- a/flake.nix +++ b/flake.nix @@ -224,6 +224,7 @@ qemu.options = [ "-vga none" "-device virtio-vga" + "-audio pa,model=virtio" ]; sharedDirectories = { default = { From 70f4a156847d714f076cb99c1e2af7d6b2aaabf5 Mon Sep 17 00:00:00 2001 From: Lucas Riutzel Date: Wed, 22 Apr 2026 11:02:49 -0500 Subject: [PATCH 2/2] ignore qcow2 images --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b511ae1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.qcow2