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: stringDefault
"rocksdb:///var/lib/surrealdb/"
Example
declared in: nixos/modules/services/databases/surrealdb.nixView source on NixOS/nixpkgs →"memory"