summary refs log tree commit diff
path: root/nixos/modules/services/search/hound.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-10-15 19:09:05 -0400
committerGraham Christensen <graham@grahamc.com>2016-10-15 19:09:33 -0400
commit31b286467c858480670dec7aa0f1f2dffb756f2b (patch)
tree341cb3e25f3076f4ac342a70656b33b9ba851784 /nixos/modules/services/search/hound.nix
parent85b4359109a85fbc337cf729dba3db3014a65493 (diff)
downloadnixpkgs-31b286467c858480670dec7aa0f1f2dffb756f2b.tar
nixpkgs-31b286467c858480670dec7aa0f1f2dffb756f2b.tar.gz
nixpkgs-31b286467c858480670dec7aa0f1f2dffb756f2b.tar.bz2
nixpkgs-31b286467c858480670dec7aa0f1f2dffb756f2b.tar.lz
nixpkgs-31b286467c858480670dec7aa0f1f2dffb756f2b.tar.xz
nixpkgs-31b286467c858480670dec7aa0f1f2dffb756f2b.tar.zst
nixpkgs-31b286467c858480670dec7aa0f1f2dffb756f2b.zip
hound: Add description to services.hound.config
Diffstat (limited to 'nixos/modules/services/search/hound.nix')
-rw-r--r--nixos/modules/services/search/hound.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/services/search/hound.nix b/nixos/modules/services/search/hound.nix
index 4389f17668b..708f57a5eb7 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,