unbound service: add reference to man:unbound.conf(8)
This commit is contained in:
parent
52432ee63d
commit
0759e77dfd
@ -80,7 +80,11 @@ in
|
|||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = "Extra lines of unbound config.";
|
description = ''
|
||||||
|
Extra unbound config. See
|
||||||
|
<citerefentry><refentrytitle>unbound.conf</refentrytitle><manvolnum>8
|
||||||
|
</manvolnum></citerefentry>.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user