From 2908442c21ed4816c8ff4aa40f8ae1fe7eaa5a18 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 23 Apr 2025 15:13:17 -0700 Subject: Remove DHCP comment This is not needed anymore --- configuration.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 4559e3e..3e21261 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,12 +28,6 @@ # Set your time zone. time.timeZone = "America/Vancouver"; - # 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.useDHCP = false; - # networking.interfaces.enp3s0.useDHCP = true; - # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; -- cgit v1.2.3