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 stringDefault
"postgresql:///atuin?host=/run/postgresql"
Example
declared in: nixos/modules/services/misc/atuin.nixView source on NixOS/nixpkgs →"postgresql://atuin@localhost:5432/atuin"