nixos/babeld: add type extraConfig

This commit is contained in:
Scriptkiddi 2021-01-26 20:31:29 +01:00 committed by Cole Helbling
parent 89850d10e0
commit 26c4dcf8fa

View file

@ -69,6 +69,7 @@ in
extraConfig = mkOption {
default = "";
type = types.lines;
description = ''
Options that will be copied to babeld.conf.
See <citerefentry><refentrytitle>babeld</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.