services.neo4j.directories.plugins

NixOS option

Path of the database plugin directory. Compiled Java JAR files that contain database procedures will be loaded if they are placed in this directory. When setting this directory to something other than its default, ensure the directory’s existence, and that read permission is given to the Neo4j daemon user neo4j.

type: absolute path
Default
"${config.services.neo4j.directories.home}/plugins"
declared in: nixos/modules/services/databases/neo4j.nixView source on NixOS/nixpkgs →