summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/microwave/network.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/microwave/network.nix b/hosts/microwave/network.nix
index 520f694..5cf8b35 100644
--- a/hosts/microwave/network.nix
+++ b/hosts/microwave/network.nix
@@ -163,14 +163,14 @@
routes = [
{
routeConfig = {
- Gateway = "172.20.72.4";
+ Gateway = "172.20.72.1";
Destination = "172.20.72.0/21";
Metric = 666;
};
}
{
routeConfig = {
- Gateway = "172.20.72.4";
+ Gateway = "172.20.72.1";
Destination = "172.20.90.0/24";
Metric = 666;
};