From 5ebb66d7d4054c38c894982c7d428bdb8a2f67d7 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 25 Sep 2025 15:30:38 -0500 Subject: [PATCH] ip --- systems/aarch64-linux/pi5/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/aarch64-linux/pi5/default.nix b/systems/aarch64-linux/pi5/default.nix index 4005bef..5859eaf 100644 --- a/systems/aarch64-linux/pi5/default.nix +++ b/systems/aarch64-linux/pi5/default.nix @@ -64,7 +64,7 @@ hostName = "pi5"; ipv4 = { method = "manual"; - address = "10.0.1.2/24"; + address = "10.0.1.5/24"; gateway = "10.0.1.1"; dns = "1.1.1.1"; interface = "end0";