services.meilisearch.listenAddress

NixOS option

The IP address that Meilisearch will listen on. It can also be a hostname like “localhost”. If it resolves to an IPv4 and IPv6 address, Meilisearch will listen on both.

type: string
Default
"localhost"
declared in: nixos/modules/services/search/meilisearch.nixView source on NixOS/nixpkgs →