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 =