services.surrealdb.dbPath

NixOS option

The path that surrealdb will write data to. Use null for in-memory. Can be one of “memory”, “rocksdb://:path”, “surrealkv://:path”, “tikv://:addr”, “fdb://:addr”.

type: string
Default
"rocksdb:///var/lib/surrealdb/"
Example
"memory"
declared in: nixos/modules/services/databases/surrealdb.nixView source on NixOS/nixpkgs →