services.prefect.dataDir

NixOS option

Working directory for the server. Note that Prefect’s own state - including the SQLite database - lives in the unit’s StateDirectory rather than here, since the service runs as a DynamicUser.

type: absolute path
Default
"/var/lib/prefect-server"
declared in: nixos/modules/services/scheduling/prefect.nixView source on NixOS/nixpkgs →