* 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
|
||||
inherit (config.boot) kernelPackages;
|
||||
inherit (kernelPackages) kernel;
|
||||
in
|
||||
|
||||
# !!! make this optional
|
||||
|
||||
{
|
||||
boot = {
|
||||
extraModulePackages =
|
||||
pkgs.lib.optional
|
||||
(!kernel.features ? iwlwifi)
|
||||
(!kernelPackages.kernel.features ? iwlwifi)
|
||||
kernelPackages.iwlwifi;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user