mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 02:43:24 +03:00
qemu-x86_64: Fix for new kernel package option
This commit is contained in:
parent
746244f9d1
commit
df0cfabada
@ -7,11 +7,6 @@
|
||||
manufacturer = "QEMU";
|
||||
};
|
||||
|
||||
mobile.device.info = {
|
||||
# TODO : make kernel part of options.
|
||||
kernel = pkgs.linuxPackages_5_4.kernel;
|
||||
};
|
||||
|
||||
mobile.hardware = {
|
||||
soc = "generic-x86_64";
|
||||
|
||||
@ -34,6 +29,7 @@
|
||||
|
||||
mobile.boot.stage-1 = {
|
||||
kernel = {
|
||||
package = pkgs.linuxPackages_5_4.kernel;
|
||||
modular = true;
|
||||
modules = [
|
||||
# Disk images
|
||||
|
Loading…
Reference in New Issue
Block a user