From 53a81c2a67888689ced22a6ce946b80f95509067 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 11 Apr 2026 12:22:41 -0600 Subject: networking is hard --- machines/bosco/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'machines/bosco/default.nix') diff --git a/machines/bosco/default.nix b/machines/bosco/default.nix index 17db03e..5442318 100644 --- a/machines/bosco/default.nix +++ b/machines/bosco/default.nix @@ -67,10 +67,11 @@ routes = [ { via = "172.16.101.1"; - address = "23.131.76.82"; - prefixLength = 32; + address = "172.16.101.82"; + prefixLength = 24; options = { table = "default"; + src = "23.131.76.82"; }; } # { @@ -82,7 +83,7 @@ # } ]; }; - # networking.nameservers = [ "9.9.9.9" ]; + networking.nameservers = [ "9.9.9.9" ]; # Select internationalisation properties. # i18n.defaultLocale = "en_US.UTF-8"; -- cgit v1.2.3