mirror of
https://github.com/juspay/services-flake.git
synced 2024-11-08 22:11:47 +03:00
347 B
347 B
pgAdmin
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
Getting Started
# In `perSystem.process-compose.<name>`
{
services.pgadmin."pgad1" = {
enable = true;
initialEmail = "email@gmail.com";
initialPassword = "password";
};
}