From 70cb417bac93d55556c122fb3773da9c12fab951 Mon Sep 17 00:00:00 2001 From: Chuck Date: Thu, 27 Feb 2020 16:53:21 -0800 Subject: [PATCH] nixos/modprobe: Fix modprobe configuration manpage link --- nixos/modules/system/boot/modprobe.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/modprobe.nix b/nixos/modules/system/boot/modprobe.nix index dee0ab470c9..c75f32c4d99 100644 --- a/nixos/modules/system/boot/modprobe.nix +++ b/nixos/modules/system/boot/modprobe.nix @@ -28,7 +28,7 @@ with lib; Any additional configuration to be appended to the generated modprobe.conf. This is typically used to specify module options. See - modprobe.conf + modprobe.d 5 for details. ''; type = types.lines;