From 19b633dcde1b86fe08ed8d7660fa0e11b895f8d1 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 25 Apr 2025 15:33:53 -0500 Subject: [PATCH] Update comments to know what I'm handling --- hosts/genesis/networking/dhcp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/genesis/networking/dhcp.nix b/hosts/genesis/networking/dhcp.nix index 22081b0..fd03935 100644 --- a/hosts/genesis/networking/dhcp.nix +++ b/hosts/genesis/networking/dhcp.nix @@ -116,7 +116,7 @@ } { hw-address = "BC:24:11:6E:0C:40"; - ip-address = "10.42.4.3"; + ip-address = "10.42.4.3"; # Gitlab } ]; }