summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2026-04-11 12:22:41 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2026-04-11 12:22:41 -0600
commit53a81c2a67888689ced22a6ce946b80f95509067 (patch)
tree8668d699d6968af17e5d418bff62fdd78be5a01a
parent7515aacdf93f68b7ca81f09869200063e41038da (diff)
networking is hard
-rw-r--r--machines/bosco/default.nix7
1 files changed, 4 insertions, 3 deletions
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";