diff --git a/modules/system/boot/modprobe.nix b/modules/system/boot/modprobe.nix index 7babb70eccb..62ac3009d10 100644 --- a/modules/system/boot/modprobe.nix +++ b/modules/system/boot/modprobe.nix @@ -57,6 +57,7 @@ with pkgs.lib; modprobe.conf 5 for details. ''; + type = types.lines; }; };