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 856bc258f788ca29130f5255432e5ba730222a3d
parent 5c5dace0b2eef20587e566728941bc714d0af6ae
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  4 Sep 2023 21:37:39 +0200

Part 2 of swingover

Diffstat:
Mnixos/worker-1/configuration.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -628,14 +628,14 @@ }; patroni = { enable = true; - nodeIp = "100.64.0.1"; + nodeIp = "10.100.0.1"; name = "worker-1"; scope = "cluster-1"; postgresqlPackage = pkgs.postgresql_14; settings = { postgresql = { - listen = lib.mkForce "127.0.0.1,100.64.0.1,10.100.0.1:5432"; + listen = lib.mkForce "127.0.0.1,10.100.0.1:5432"; parameters = { shared_buffers = "8GB"; };