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"; };