unbound service: add reference to man:unbound.conf(8)

This commit is contained in:
Joachim Fasting 2016-09-01 18:47:40 +02:00
parent 52432ee63d
commit 0759e77dfd
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -80,7 +80,11 @@ in
extraConfig = mkOption {
default = "";
type = types.str;
description = "Extra lines of unbound config.";
description = ''
Extra unbound config. See
<citerefentry><refentrytitle>unbound.conf</refentrytitle><manvolnum>8
</manvolnum></citerefentry>.
'';
};
};