diff --git a/nixos/modules/services/search/hound.nix b/nixos/modules/services/search/hound.nix index 4389f17668b420..708f57a5eb7c08 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,