services.couchdb.viewIndexDir

NixOS option

Specifies location of CouchDB view index files. This location should be writable and readable for the user that runs the CouchDB service (couchdb by default).

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