services.couchdb.databaseDir

NixOS option

Specifies location of CouchDB database files (*.couch named). This location should be writable and readable for the user the CouchDB service runs as (couchdb by default).

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