extraModprobeConfig: set type to types.lines
This makes it so multiple definitions are merged by adding a newline between each entry, to avoid the need to add a newline to the end of every definition of extraModprobeConfig. See #119 for an example of an issue this has caused. Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
78f3da65ec
commit
d67d3b5b6a
@ -57,6 +57,7 @@ with pkgs.lib;
|
||||
<citerefentry><refentrytitle>modprobe.conf</refentrytitle>
|
||||
<manvolnum>5</manvolnum></citerefentry> for details.
|
||||
'';
|
||||
type = types.lines;
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user