commit c3279ad202b756365085de1ba4f222715fa318a7 parent 23790ce8b74a23fb591da2161e597de79dda8ad2 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 31 Aug 2023 22:27:34 +0200 Fix virtual stuff Diffstat:
| M | nixos/worker-1/configuration.nix | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -657,7 +657,7 @@ unicastPeers = [ "10.100.0.2" ]; virtualIps = [ { - addr = "10.100.12.1/24"; + addr = "10.100.12.1"; dev = "floating1"; } ]; @@ -672,6 +672,12 @@ settings = { 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 + ''; }; etcd = {