From e96f449bdea371a0de56f601b3964fb8e830244f Mon Sep 17 00:00:00 2001 From: Jeremy Runyan Date: Thu, 6 May 2021 10:23:07 -0400 Subject: [PATCH] allow dhcp --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 92b6cec..93ee4a6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,7 @@ system.stateVersion = "20.09"; - networking.useDHCP = false; + networking.useDHCP = true; time.timeZone = "America/New_York"; i18n.defaultLocale = "en_US.UTF-8";