From 40c5551d9b922cb65626469a449e1e90b5606d51 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 30 Mar 2022 12:48:50 +0200 Subject: [PATCH] zephyrus: don't auto enable dhcp on interfaces This should be handled by network manager since this is a laptop --- hosts/zephyrus/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 4eefcd3..d0c64ef 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -30,12 +30,6 @@ # Set your time zone. time.timeZone = "Europe/Paris"; - # The global useDHCP flag is deprecated, therefore explicitly set to false here. - # Per-interface useDHCP will be mandatory in the future, so this generated config - # replicates the default behaviour. - networking.interfaces.enp0s31f6.useDHCP = true; - networking.interfaces.wlp0s20f3.useDHCP = true; - # List services that you want to enable: my.services = { tailscale.enable = true;