commit fdd38225b205f79bf11dea8a3fc2ef433c91c38a parent c98645587b481c85013016554bc82b9314ec17e4 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 25 Aug 2023 13:35:58 +0200 Fix patroni 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 @@ -484,7 +484,7 @@ postgresqlPackage = pkgs.postgresql_14; settings = { - postgresql.listen = "100.64.0.1"; + postgresql.listen = "100.64.0.1:5432"; etcd = { hosts = [ "100.64.0.3:2379"