Quickwit
services.quickwit.dataDir
Data directory for Quickwit. If you change this, you need to
manually create the directory. You also need to create the
quickwit
user and group, or change
and
to existing ones with
access to the directory.
Type: path
Default
"/var/lib/quickwit"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.enable
Whether to enable Quickwit.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.extraFlags
Extra command line options to pass to Quickwit.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.group
The group quickwit runs as. Should be left at default unless you have very specific needs.
Type: string
Default
"quickwit"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.package
The Quickwit package to use.
Type: package
Default
pkgs.quickwit
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.restartIfChanged
Automatically restart the service on config change. This can be set to false to defer restarts on a server or cluster. Please consider the security implications of inadvertently running an older version, and the possibility of unexpected behavior caused by inconsistent versions across a cluster when disabling this option.
Type: boolean
Default
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.settings
Quickwit configuration.
Type: YAML value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.settings.grpc_listen_port
The port to listen on for gRPC traffic.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
7281
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.settings.listen_address
Listen address of Quickwit.
Type: string
Default
"127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.settings.rest
Rest server configuration for Quickwit
Type: YAML value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.settings.rest.listen_port
The port to listen on for HTTP REST traffic.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
7280
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.settings.version
Configuration file version.
Type: floating point number
Default
0.7
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix
services.quickwit.user
The user Quickwit runs as. Should be left at default unless you have very specific needs.
Type: string
Default
"quickwit"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/search/quickwit.nix