From 40fadb15e0abe6dafcbcef6695b49698538c35b8 Mon Sep 17 00:00:00 2001 From: sinavir Date: Fri, 18 Oct 2024 13:34:52 +0200 Subject: [PATCH] fix(router02): Use old router ip --- machines/router02/networking.nix | 2 +- meta/network.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/router02/networking.nix b/machines/router02/networking.nix index c494455..6f22833 100644 --- a/machines/router02/networking.nix +++ b/machines/router02/networking.nix @@ -6,7 +6,7 @@ networkConfig = { Description = "ENS uplink"; - Address = [ "129.199.146.34/24" ]; + Address = [ "129.199.146.230/24" ]; Gateway = "129.199.146.254"; LLDP = true; # Only to the switch we are connected to directly, e.g. the hypervisor or the switch. diff --git a/meta/network.nix b/meta/network.nix index 4b992d9..c4a919f 100644 --- a/meta/network.nix +++ b/meta/network.nix @@ -24,7 +24,7 @@ router02 = { interfaces = { }; - addresses.ipv4 = [ "129.199.46.34" ]; + addresses.ipv4 = [ "129.199.146.230" ]; hostId = "144d0f7a"; };