MyNixOS website logo
option

services.locate.pruneNames

Directory components which should exclude paths containing them from indexing.

Declarations
Type
list of string
Default
{
  _type = "literalMD";
  text = ''
    `[ ".bzr" ".cache" ".git" ".hg" ".svn" ]`, if
    supported by the locate implementation (i.e. mlocate or plocate).
  '';
}