juspay / services-flake

NixOS-like services for Nix flakes
https://community.flake.parts/services-flake
MIT License
342 stars 28 forks source link

fix(postgres): empty `socketDir` by default #160

Closed shivaraj-bh closed 5 months ago

shivaraj-bh commented 5 months ago

resolves #139

the solution is implemented based on https://github.com/juspay/services-flake/issues/139#issuecomment-1998114104

An empty socketDir would mean that by default the postgres service will use TCP/IP instead of Unix-domain sockets.

shivaraj-bh commented 5 months ago

mentioned it as a warning