diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index f7c7a86..08b5326 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -30,5 +30,10 @@ in }; postgresql.enable = true; + pgadmin = { + enable = true; + initialEmail = "hi@uku.moe"; + initialPasswordFile = "/opt/pgadminpwd"; + }; }; }