-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added custom option and config #1368
feat: Added custom option and config #1368
Conversation
💪 💪 💪 |
Need to run |
How do I install the pre-commit hooks? I tried running |
That's strange. You cab just run nixpkgs-fmt on the file you change as a workaround |
Gotcha! There's two nixfmt on the store, I tried both. Decided on the one with the less amount of changes to the rest of the file. |
16d6709
to
c2c7990
Compare
We're using nixpkgs-fmt |
haha gotcha, I'm dumb, I thought you were refering to nixfmt. Fixed it! Now it should be on the correct format. |
50c19a6
to
c5d1d92
Compare
Hmmm... weird. I don't know why the tests fail on Mac ARM-64 but I can confirm that using this code I can run it successfully on my project. |
I believe that's an error on our side. |
This PR resolves (#1212) by adding a configuration option that enables the user to start the PostgreSQL server with a custom pg_hba.conf file, this file is primarily used to enable or disable which IPs get to connect to the server both locally (from UNIX sockets) or from the network (using TCP/IP).
I had a "Fine I'll do it myself moment" and honestly after I saw the code it wasn't really that hard.