* modprobe wants /etc/modprobe.d now.

svn path=/nixos/trunk/; revision=30164
This commit is contained in:
Eelco Dolstra 2011-11-01 15:39:30 +00:00
parent 71e6f6ecdc
commit 3fd482677e

View File

@ -75,7 +75,7 @@ with pkgs.lib;
'')} '')}
${config.boot.extraModprobeConfig} ${config.boot.extraModprobeConfig}
''; '';
target = "modprobe.conf"; target = "modprobe.d/nixos.conf";
}; };
boot.blacklistedKernelModules = boot.blacklistedKernelModules =