about summary refs log tree commit diff
path: root/nixos/modules/installer/tools/tools.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-11-20 04:00:46 +0200
committerArtturin <Artturin@artturin.com>2022-02-09 19:35:19 +0200
commitb4adac9ba985cd1741f48a3cec865f69a9442cda (patch)
treec0af145bf5263dfcbf1ed584b04e889f19127393 /nixos/modules/installer/tools/tools.nix
parentaaf13bb3bd00f506a52e2bebd1ddc8e27e66c62f (diff)
nixos/nixos-generate-config: move dhcpConfig from configuration.nix to hardware-configuration.nix
Diffstat (limited to 'nixos/modules/installer/tools/tools.nix')
-rw-r--r--nixos/modules/installer/tools/tools.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index b7f508eeb3afa..71aaf7f253d9b 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -141,7 +141,6 @@ in
         # Set your time zone.
         # time.timeZone = "Europe/Amsterdam";
 
-      $networkingDhcpConfig
         # Configure network proxy if necessary
         # networking.proxy.default = "http://user:password\@proxy:port/";
         # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";