Add QEMU KVM to vmz
This commit is contained in:
parent
8ca2d34d0f
commit
33352e6963
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
"armv7l-linux"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Currently used for building the Linode image
|
||||
qemu_kvm
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/ROOT";
|
||||
fsType = "ext4";
|
||||
|
|
Loading…
Reference in a new issue