nixos/babeld: add type extraConfig
This commit is contained in:
parent
89850d10e0
commit
26c4dcf8fa
@ -69,6 +69,7 @@ in
|
|||||||
|
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
|
type = types.lines;
|
||||||
description = ''
|
description = ''
|
||||||
Options that will be copied to babeld.conf.
|
Options that will be copied to babeld.conf.
|
||||||
See <citerefentry><refentrytitle>babeld</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.
|
See <citerefentry><refentrytitle>babeld</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.
|
||||||
|
Loading…
Reference in New Issue
Block a user