summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nvandoorn.com>2025-04-23 15:13:17 -0700
committerNick Van Doorn <nick@nvandoorn.com>2025-04-23 15:13:17 -0700
commit2908442c21ed4816c8ff4aa40f8ae1fe7eaa5a18 (patch)
tree41d57af106ce28f220c8ecb48731b1f2c8c6d766
parent65479b7f5ee31243eb8406339c3754c7ed7535b3 (diff)
Remove DHCP comment
This is not needed anymore
-rw-r--r--configuration.nix6
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";