From 31b286467c858480670dec7aa0f1f2dffb756f2b Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 15 Oct 2016 19:09:05 -0400 Subject: [PATCH] hound: Add description to services.hound.config --- nixos/modules/services/search/hound.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/modules/services/search/hound.nix b/nixos/modules/services/search/hound.nix index 4389f17668b4..708f57a5eb7c 100644 --- a/nixos/modules/services/search/hound.nix +++ b/nixos/modules/services/search/hound.nix @@ -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,