feat(mottarone): add pgadmin again

This commit is contained in:
uku 2025-01-23 10:02:22 +01:00
parent 6ea2b73944
commit cb0051bfdc
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -30,5 +30,10 @@ in
};
postgresql.enable = true;
pgadmin = {
enable = true;
initialEmail = "hi@uku.moe";
initialPasswordFile = "/opt/pgadminpwd";
};
};
}