hound: Add description to services.hound.config

This commit is contained in:
Graham Christensen 2016-10-15 19:09:05 -04:00
parent 85b4359109
commit 31b286467c
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

@ -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,