Skip to content

Commit

Permalink
hound: Add description to services.hound.config
Browse files Browse the repository at this point in the history
(cherry picked from commit 31b2864)
  • Loading branch information
grahamc authored and rbvermaa committed Nov 8, 2016
1 parent 18119de commit ae7f41c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/services/search/hound.nix
Expand Up @@ -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,
Expand Down

0 comments on commit ae7f41c

Please sign in to comment.