commit 5b47a9088a700e3a6141ccd17ffec992e6f4d1fc parent 5fe4d330297c2be5fd347f5feb91f951ef5835de Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 26 Aug 2023 21:07:41 +0200 Fix area Diffstat:
| M | nixos/worker-1/configuration.nix | | | 20 | ++++++++++---------- |
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -504,19 +504,19 @@ } protocol kernel { - ipv4 { - export where proto = "wg"; - }; + ipv4 { + export where proto = "wg"; + }; } protocol ospf v2 tailscale { - ipv4 { - import where net ~ 192.0.0.0/24 || net ~ 100.64.0.0/10; - export all; - }; - area 192.0.0.0 { - interface "tailscale0", "floating1"; - }; + ipv4 { + import where net ~ 192.0.0.0/24 || net ~ 100.64.0.0/10; + export all; + }; + area 100.64.0.0 { + interface "tailscale0", "floating1"; + }; } # protocol bgp midnightthoughts {