From 44aae0065d474c168aabc0d0043644054e79e310 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 23 Sep 2024 19:59:20 -0500 Subject: [PATCH] added DHCP to bond network --- hosts/defiant/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/defiant/hardware-configuration.nix b/hosts/defiant/hardware-configuration.nix index 8601a8a..766a02d 100644 --- a/hosts/defiant/hardware-configuration.nix +++ b/hosts/defiant/hardware-configuration.nix @@ -66,6 +66,7 @@ matchConfig.Name = "bond0"; linkConfig.RequiredForOnline = "carrier"; networkConfig.LinkLocalAddressing = "no"; + networkConfig.DHCP = "yes"; address = [ # configure addresses including subnet mask