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 355d20faf183e7251c175887c4a761d0fe34c3ef
parent 856bc258f788ca29130f5255432e5ba730222a3d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  4 Sep 2023 21:41:31 +0200

Part 2.5 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 @@ -605,10 +605,10 @@ listen_addresses = "100.64.0.1"; }; authentication = '' - host all all 100.64.0.0/10 md5 - host replication all 100.64.0.0/10 md5 host all all 10.100.12.1/32 md5 host replication all 10.100.12.1/32 md5 + host all all 10.100.0.0/10 md5 + host replication all 10.100.0.0/10 md5 ''; };