From e1ebfab7a30b063cfd9b997fcdb1313e4972cb47 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 23 Sep 2024 23:28:03 -0500 Subject: [PATCH] disabled DHCP on host network cards --- hosts/defiant/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/defiant/hardware-configuration.nix b/hosts/defiant/hardware-configuration.nix index 7755d1b..edfaeee 100644 --- a/hosts/defiant/hardware-configuration.nix +++ b/hosts/defiant/hardware-configuration.nix @@ -54,10 +54,12 @@ "30-enp4s0" = { matchConfig.Name = "enp4s0"; networkConfig.Bond = "bond0"; + DHCP = "no"; }; "30-enp5s0" = { matchConfig.Name = "enp5s0"; networkConfig.Bond = "bond0"; + DHCP = "no"; }; "40-bond0" = {