commit 1ee6a5be57d6dc29315bc3a726a57b26f4aa244b parent 405fdb7c6500fb23cacd9383bf67e4f7e4a5e370 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 27 Jan 2024 20:17:31 +0100 Meow Diffstat:
| M | nixos/worker-1/configuration.nix | | | 4 | ++-- |
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -450,7 +450,7 @@ in { log syslog all; filter allowed_ips { - if net = 10.0.12.0/24 then accept; + if net = 10.0.2.0/24 then accept; reject; } @@ -548,7 +548,7 @@ in { unicastPeers = ["10.0.1.2"]; virtualIps = [ { - addr = "10.0.12.1/24"; + addr = "10.0.2.25/24"; dev = "enp7s0"; } ]; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -550,7 +550,7 @@ in { log syslog all; filter allowed_ips { - if net = 10.0.12.0/24 then accept; + if net = 10.0.2.0/24 then accept; reject; }