nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 67b6700e6368d0966b869a1f595fd74e49fe02c5
parent 4a3fc36903aa928d2a62fce4d4f1db988d5494dd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  5 Sep 2023 19:32:18 +0200

Allow localhost

Diffstat:
Mnixos/common/lib/pgbouncer.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nixos/common/lib/pgbouncer.nix b/nixos/common/lib/pgbouncer.nix @@ -38,6 +38,7 @@ user = config.users.users.pgbouncer.name; group = config.users.users.pgbouncer.group; text = '' + host all all 127.0.0.1/32 md5 host all all 10.100.12.1/32 md5 host all all 10.100.0.0/10 md5 host all all 10.244.0.0/10 md5