Add QEMU KVM to vmz

This commit is contained in:
iFargle 2023-09-21 19:44:23 +09:00
parent 8ca2d34d0f
commit 33352e6963

View file

@ -13,6 +13,11 @@
"armv7l-linux" "armv7l-linux"
]; ];
environment.systemPackages = with pkgs; [
# Currently used for building the Linode image
qemu_kvm
];
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-label/ROOT"; device = "/dev/disk/by-label/ROOT";
fsType = "ext4"; fsType = "ext4";