From 7ae97dc0976800338bf9741bff3332657c99e15f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 20 Nov 2025 09:55:41 -0600 Subject: [PATCH] Set DHCP for nas1 --- hosts/genesis/networking/dhcp.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/genesis/networking/dhcp.nix b/hosts/genesis/networking/dhcp.nix index 8572be3..a50f608 100644 --- a/hosts/genesis/networking/dhcp.nix +++ b/hosts/genesis/networking/dhcp.nix @@ -109,6 +109,10 @@ hw-address = "04:7c:16:d5:60:6f"; ip-address = "10.42.1.13"; # Zeke - but straight in the motherboard } + { + hw-address = "24:8a:07:8c:8c:b6"; + ip-address = "10.42.1.14"; # nas1 25G port + } ######################################## # VM servers #