From 79bb85bc6689e21a7fd5fe899e18a57db305bc91 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 20:15:10 -0700 Subject: phoenix: enable networkmanager --- hosts/phoenix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/phoenix') diff --git a/hosts/phoenix/configuration.nix b/hosts/phoenix/configuration.nix index 45007dc..18edb4c 100644 --- a/hosts/phoenix/configuration.nix +++ b/hosts/phoenix/configuration.nix @@ -30,7 +30,7 @@ hostName = "phoenix"; hostId = "d62900ff"; - useDHCP = true; + networkmanager.enable = true; }; time.timeZone = "America/Los_Angeles"; -- cgit v1.2.3