virtualisation: Use unstable.qemu
This commit is contained in:
parent
53482dbace
commit
b01bdae614
@ -8,7 +8,7 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [ virglrenderer ];
|
||||
environment.systemPackages = with pkgs; [ virglrenderer unstable.qemu ];
|
||||
services.spice-vdagentd.enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user