* Filenames should generally be in lowercase.
svn path=/nixos/branches/modular-nixos/; revision=15702
This commit is contained in:
parent
d6b30cd513
commit
c66094a310
@ -2,14 +2,15 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (config.boot) kernelPackages;
|
inherit (config.boot) kernelPackages;
|
||||||
inherit (kernelPackages) kernel;
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
# !!! make this optional
|
||||||
|
|
||||||
{
|
{
|
||||||
boot = {
|
boot = {
|
||||||
extraModulePackages =
|
extraModulePackages =
|
||||||
pkgs.lib.optional
|
pkgs.lib.optional
|
||||||
(!kernel.features ? iwlwifi)
|
(!kernelPackages.kernel.features ? iwlwifi)
|
||||||
kernelPackages.iwlwifi;
|
kernelPackages.iwlwifi;
|
||||||
};
|
};
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user