Skip to content

Ferretdb

services.ferretdb.enable

Whether to enable FerretDB, an Open Source MongoDB alternative. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/ferretdb.nix

services.ferretdb.package

FerretDB package to use. Type: package

Default

"pkgs.ferretdb"

Example

pkgs.ferretdb

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/ferretdb.nix

services.ferretdb.settings

Additional configuration for FerretDB, see https://docs.ferretdb.io/configuration/flags/ for supported values.

Type: attribute set of string

Example

{FERRETDB_LOG_LEVEL = "warn";FERRETDB_MODE = "normal";}

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/ferretdb.nix