services.sonic-server.settings
Sonic Server configuration options.
Refer to https://github.com/valeriansaliou/sonic/blob/master/CONFIGURATION.md for a full list of available options.
- Type
open submodule of (TOML value)- Default
{ store = { fst = { path = "/var/lib/sonic/fst"; }; kv = { path = "/var/lib/sonic/kv"; }; }; }- Example
{ channel = { inet = "[::1]:1491"; }; server = { log_level = "debug"; }; }- Declared
- <nixpkgs/nixos/modules/services/search/sonic-server.nix>