diff --git a/systems/dhcp.eh22.intern/system.nix b/systems/dhcp.eh22.intern/system.nix index c709835..1fe54da 100644 --- a/systems/dhcp.eh22.intern/system.nix +++ b/systems/dhcp.eh22.intern/system.nix @@ -14,14 +14,14 @@ ipv4 = { addresses = [ { - address = "94.45.240.3"; + address = "94.45.254.3"; prefixLength = 21; } ]; }; }; }; - defaultGateway = "94.45.240.1"; + defaultGateway = "94.45.254.1"; }; systemd.network.links."10-net0" = { matchConfig.MACAddress = "BC:24:11:BE:24:52";