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 14a99a9160756366d11fce7449a00985f704d8b4
parent b70244cd77eb997b5adebc18d1fefa6715976f09
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 25 Aug 2023 14:20:44 +0200

make pg also listen to localhost

Diffstat:
Mnixos/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:5432"; + postgresql.listen = "127.0.0.1,100.64.0.1:5432"; etcd = { hosts = [ "100.64.0.3:2379"