diff options
Diffstat (limited to 'machines/bosco/default.nix')
| -rw-r--r-- | machines/bosco/default.nix | 7 |
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"; |
