mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switched qemu backed to pipewire
This commit is contained in:
parent
b77331c4cb
commit
7c6273f20c
4 changed files with 175 additions and 173 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue