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;