mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
unbound service: add reference to man:unbound.conf(8)
This commit is contained in:
parent
52432ee63d
commit
0759e77dfd
1 changed files with 5 additions and 1 deletions
|
@ -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>.
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue