mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
nixos/stage-1: Do not allow missing kernel modules in initrd
This commit is contained in:
parent
24b7d0de7b
commit
fdf32154fc
@ -22,7 +22,7 @@ let
|
|||||||
rootModules = config.boot.initrd.availableKernelModules ++ config.boot.initrd.kernelModules;
|
rootModules = config.boot.initrd.availableKernelModules ++ config.boot.initrd.kernelModules;
|
||||||
kernel = modulesTree;
|
kernel = modulesTree;
|
||||||
firmware = firmware;
|
firmware = firmware;
|
||||||
allowMissing = true;
|
allowMissing = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user