From d88aebd335ee50bd4aad854229d73887a89b084c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 12 Apr 2026 07:43:43 -0600 Subject: last one worked for mysterious reasons, this one shoudld work for understandable reasons --- machines/bosco/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'machines/bosco/default.nix') diff --git a/machines/bosco/default.nix b/machines/bosco/default.nix index be17b25..133eca8 100644 --- a/machines/bosco/default.nix +++ b/machines/bosco/default.nix @@ -67,10 +67,10 @@ routes = [ { via = "172.16.101.1"; - address = "0.0.0.0"; - prefixLength = 0; - # address = "172.16.101.82"; - # prefixLength = 24; + # address = "0.0.0.0"; + # prefixLength = 0; + address = "172.16.101.82"; + prefixLength = 24; options = { table = "default"; src = "23.131.76.82"; -- cgit v1.2.3