From 82bd7dc8716926e54a21888e27315e36778b8bba Mon Sep 17 00:00:00 2001 From: c6ristian Date: Thu, 17 Apr 2025 13:06:41 +0200 Subject: [PATCH] fix ip --- systems/dhcp.eh22.intern/system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";