diff options
| -rw-r--r-- | configuration.nix | 6 |
1 files changed, 0 insertions, 6 deletions
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"; |
