commit ce449d36b4f48e51975b3dd15ad5b2445a952370 parent d4b1cdbc9c77628b5afa9c3c1ec803744613f12d Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 27 Jan 2024 21:57:32 +0100 defeated Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -460,7 +460,7 @@ in { protocol device { scan time 10; - interface "enp7s0"; + interface "floating1"; } protocol kernel { diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -685,7 +685,7 @@ in { }; area 0.0.0.0 { networks { - 10.0.2.25/32; + 10.0.3.0/24; }; interface "enp7s0" { type ptp; # VPN tunnels should be point-to-point