MyNixOS website logo
option

services.hound.config

The full configuration of the Hound daemon. Note the dbpath should be an absolute path to a writable location on disk.

Declarations
Type
string
Example
{
  "max-concurrent-indexers" : 2,
  "repos" : {
      "nixpkgs": {
        "url" : "https://www.github.com/NixOS/nixpkgs.git"
      }
  }
}