MyNixOS website logo
option

services.surrealdb.extraFlags

Specify a list of additional command line flags, which get escaped and are then passed to surrealdb.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--allow-all"
  "--auth"
  "--user root"
  "--pass root"
]