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
- Type
null or string- Default
"postgresql:///atuin?host=/run/postgresql"- Example
"postgresql://atuin@localhost:5432/atuin"- Declared
- <nixpkgs/nixos/modules/services/misc/atuin.nix>