about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/configuration.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index cd57bba..5739b87 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -37,12 +37,6 @@
       # networking.firewall.allowedUDPPorts = [ ... ];
       # Or disable the firewall altogether.
     };
-    # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
-    # (the default) this is the recommended approach. When using systemd-networkd it's
-    # still possible to use this option, but it's recommended to use it in conjunction
-    # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
-    useDHCP = lib.mkDefault true;
-    # interfaces.enp0s3.useDHCP = lib.mkDefault true;
   };
 
   # Select internationalisation properties.