MyNixOS website logo
option

services.atuin.database.uri

URI to the database. Can be set to null in which case ATUIN_DB_URI should be set through an EnvironmentFile.

Declarations
Type
null or string
Default
"postgresql:///atuin?host=/run/postgresql"
Example
"postgresql://atuin@localhost:5432/atuin"