services.neo4j.directories.imports

NixOS option

The root directory for file URLs used with the Cypher LOAD CSV clause. Only meaningful when constrainLoadCvs is set to true. 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}/import"
declared in: nixos/modules/services/databases/neo4j.nixView source on NixOS/nixpkgs →