forked from mirrors/nixpkgs
hound: Add description to services.hound.config
This commit is contained in:
parent
85b4359109
commit
31b286467c
|
@ -57,6 +57,10 @@ in {
|
|||
|
||||
config = mkOption {
|
||||
type = types.str;
|
||||
description = ''
|
||||
The full configuration of the Hound daemon. Note the dbpath
|
||||
should be an absolute path to a writable location on disk.
|
||||
'';
|
||||
example = ''
|
||||
{
|
||||
"max-concurrent-indexers" : 2,
|
||||
|
|
Loading…
Reference in a new issue