From 3fd482677e82c043fdea987770b55226f1fd3a3a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 1 Nov 2011 15:39:30 +0000 Subject: [PATCH] * modprobe wants /etc/modprobe.d now. svn path=/nixos/trunk/; revision=30164 --- modules/system/boot/modprobe.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/modprobe.nix b/modules/system/boot/modprobe.nix index 5be5546163a..ef3ed3bed94 100644 --- a/modules/system/boot/modprobe.nix +++ b/modules/system/boot/modprobe.nix @@ -75,7 +75,7 @@ with pkgs.lib; '')} ${config.boot.extraModprobeConfig} ''; - target = "modprobe.conf"; + target = "modprobe.d/nixos.conf"; }; boot.blacklistedKernelModules =