From d7ec165760c02444633d69f4a4bef827b12f2c80 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 27 May 2024 17:27:40 -0400 Subject: [PATCH] revert to default dhcp settings Signed-off-by: ahuston-0 --- systems/palatine-hill/networking.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/systems/palatine-hill/networking.nix b/systems/palatine-hill/networking.nix index 3a29c5a..545f199 100644 --- a/systems/palatine-hill/networking.nix +++ b/systems/palatine-hill/networking.nix @@ -16,12 +16,12 @@ enable = true; networks = { # enable DHCP for primary ethernet adapter - "10-lan" = { - matchConfig.Name = "eno1"; - address = [ "192.168.76.2/32" ]; - routes = [ { routeConfig.Gateway = "192.168.76.1"; } ]; - linkConfig.RequiredForOnline = "routable"; - }; + # "10-lan" = { + # matchConfig.Name = "eno1"; + # address = [ "192.168.76.2/32" ]; + # routes = [ { routeConfig.Gateway = "192.168.76.1"; } ]; + # linkConfig.RequiredForOnline = "routable"; + # }; # default lan settings "60-def-lan" = { matchConfig.Name = "eno*";