services.surrealdb.extraFlags

NixOS option

Specify a list of additional command line flags.

type: list of string
Default
[ ]
Example
[
  "--allow-all"
  "--user"
  "root"
  "--pass"
  "root"
]
declared in: nixos/modules/services/databases/surrealdb.nixView source on NixOS/nixpkgs →