Merge pull request #144106 from alyssais/qemu-kvm
This commit is contained in:
commit
0dbbf28f8d
@ -560,7 +560,7 @@ in
|
|||||||
package =
|
package =
|
||||||
mkOption {
|
mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.qemu;
|
default = pkgs.qemu_kvm;
|
||||||
example = "pkgs.qemu_test";
|
example = "pkgs.qemu_test";
|
||||||
description = "QEMU package to use.";
|
description = "QEMU package to use.";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user