services.quickwit.dataDir

NixOS option

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 services.quickwit.user and services.quickwit.group to existing ones with access to the directory.

type: absolute path
Default
"/var/lib/quickwit"
declared in: nixos/modules/services/search/quickwit.nixView source on NixOS/nixpkgs →