diff --git a/nixos/hosts/nixos-vm-01/default.nix b/nixos/hosts/nixos-vm-01/default.nix index aab79539..1eb00a06 100644 --- a/nixos/hosts/nixos-vm-01/default.nix +++ b/nixos/hosts/nixos-vm-01/default.nix @@ -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";