mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
nixos/qemu-vm: use qemu_kvm
qemu_kvm is only built for one architecture, so it's smaller and takes MUCH less time to build if it has to be built from source. And this module doesn't support running a VM for one architecture from another architecture, so the one architecture is all we'll need.
This commit is contained in:
parent
f823249125
commit
e791519f0f
@ -560,7 +560,7 @@ in
|
||||
package =
|
||||
mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.qemu;
|
||||
default = pkgs.qemu_kvm;
|
||||
example = "pkgs.qemu_test";
|
||||
description = "QEMU package to use.";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user