From 276775108a2defa16276f1846dd7212fca84bc38 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 26 May 2024 18:35:04 -0400 Subject: [PATCH] disable DHCP on palatine-hill Signed-off-by: ahuston-0 --- systems/palatine-hill/networking.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/palatine-hill/networking.nix b/systems/palatine-hill/networking.nix index bb52d34..3a29c5a 100644 --- a/systems/palatine-hill/networking.nix +++ b/systems/palatine-hill/networking.nix @@ -18,7 +18,6 @@ # enable DHCP for primary ethernet adapter "10-lan" = { matchConfig.Name = "eno1"; - networkConfig.DHCP = "ipv4"; address = [ "192.168.76.2/32" ]; routes = [ { routeConfig.Gateway = "192.168.76.1"; } ]; linkConfig.RequiredForOnline = "routable";