forked from mirrors/nixpkgs
* modprobe wants /etc/modprobe.d now.
svn path=/nixos/trunk/; revision=30164
This commit is contained in:
parent
71e6f6ecdc
commit
3fd482677e
|
@ -75,7 +75,7 @@ with pkgs.lib;
|
|||
'')}
|
||||
${config.boot.extraModprobeConfig}
|
||||
'';
|
||||
target = "modprobe.conf";
|
||||
target = "modprobe.d/nixos.conf";
|
||||
};
|
||||
|
||||
boot.blacklistedKernelModules =
|
||||
|
|
Loading…
Reference in a new issue