From e2e11d08bdbff044a5aaff1c9541122bae001708 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 9 Apr 2022 15:27:27 +0200 Subject: [PATCH] machines: aramis: networking: disable DHCP Let NetworkManager take care of it, this avoids the "waiting for dhcpd" message when shutting down my laptop. --- machines/aramis/networking.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/aramis/networking.nix b/machines/aramis/networking.nix index 2759e9c..fbf4c6b 100644 --- a/machines/aramis/networking.nix +++ b/machines/aramis/networking.nix @@ -7,11 +7,6 @@ # Per-interface useDHCP will be mandatory in the future, so this generated config # replicates the default behaviour. useDHCP = false; - - interfaces = { - enp0s31f6.useDHCP = true; - wlp0s20f3.useDHCP = true; - }; }; my.hardware.networking = {