switched qemu backed to pipewire

This commit is contained in:
Gerg-L 2023-09-06 22:30:59 -04:00
parent b77331c4cb
commit 7c6273f20c
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
4 changed files with 175 additions and 173 deletions

View file

@ -64,7 +64,7 @@ in {
enable = true;
qemu = {
#don't hook evdev at vm start
package = pkgs.qemu.overrideAttrs (old: {
package = pkgs.qemu_kvm.overrideAttrs (old: {
patches =
old.patches
++ [
@ -88,6 +88,8 @@ in {
return;
'')
];
buildInputs = old.buildInputs ++ [pkgs.pipewire];
configureFlags = old.configureFlags ++ ["--enable-pipewire"];
});
runAsRoot = true;
ovmf.enable = true;