commit 940fa2b449a707060df3adf737553fe9f62049a5
parent 67b6700e6368d0966b869a1f595fd74e49fe02c5
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 5 Sep 2023 19:34:36 +0200
Fix listen
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/common/lib/pgbouncer.nix b/nixos/common/lib/pgbouncer.nix
@@ -53,7 +53,7 @@
db = host=10.100.0.1 port=5432
[pgbouncer]
- listen_addr = ::
+ listen_addr = *
listen_port = 5000
; Define your PgBouncer user and password here (replace with your actual values)