commit 2b25b657d9f04092e4227c8eee5baa761200be7b parent ed6f4c837553f8721544027547c84fa8e0a3eced Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 25 Aug 2023 14:32:29 +0200 Force pg ips Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -492,7 +492,7 @@ postgresqlPackage = pkgs.postgresql_14; settings = { - postgresql.listen = "127.0.0.1,100.64.0.1:5432"; + postgresql.listen = lib.mkForce "127.0.0.1,100.64.0.1:5432"; etcd = { hosts = [ "100.64.0.3:2379"