From c54f9c420725c9c1f01f9efc56bd3f7865490688 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 15 Sep 2025 12:28:55 -0600 Subject: [PATCH] networking: remove redundant DHCP config --- sys/modules/defaultDesktopPack.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/modules/defaultDesktopPack.nix b/sys/modules/defaultDesktopPack.nix index 9b23796..9cc8283 100644 --- a/sys/modules/defaultDesktopPack.nix +++ b/sys/modules/defaultDesktopPack.nix @@ -34,11 +34,7 @@ in { networking = { networkmanager.enable = true; - - #TODO useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. - interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config - interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour. }; }; }