hound: Add description to services.hound.config
This commit is contained in:
parent
85b4359109
commit
31b286467c
@ -57,6 +57,10 @@ in {
|
|||||||
|
|
||||||
config = mkOption {
|
config = mkOption {
|
||||||
type = types.str;
|
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 = ''
|
example = ''
|
||||||
{
|
{
|
||||||
"max-concurrent-indexers" : 2,
|
"max-concurrent-indexers" : 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user