services.atuin.database.uri

NixOS option

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

type: null or string
Default
"postgresql:///atuin?host=/run/postgresql"
Example
"postgresql://atuin@localhost:5432/atuin"
declared in: nixos/modules/services/misc/atuin.nixView source on NixOS/nixpkgs →