services-flake/doc/pgadmin.md
2024-03-13 08:25:38 -04:00

352 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";
  };
}