virtualisation: Use unstable.qemu

This commit is contained in:
PapaTutuWawa 2021-11-04 19:56:27 +01:00
parent 53482dbace
commit b01bdae614

View File

@ -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;
};
}