services.locate.pruneNames

NixOS option

Directory components which should exclude paths containing them from indexing

type: list of string
Default
<rendered-html><p><code>[ ".bzr" ".cache" ".git" ".hg" ".svn" ]</code>, if supported by
the locate implementation (i.e. mlocate or plocate).</p>
</rendered-html>
declared in: nixos/modules/misc/locate.nixView source on NixOS/nixpkgs →