MyNixOS website logo
option

services.surrealdb.extraFlags

Specify a list of additional command line flags.

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