From 2e17cfbd24f7000c4be54dabb57852db7517104c Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 2 Jan 2025 16:54:58 +0530 Subject: [PATCH] feat: Use networking on nixos-anywhere --- server/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/server/configuration.nix b/server/configuration.nix index 154c072e..cdec06c5 100644 --- a/server/configuration.nix +++ b/server/configuration.nix @@ -18,6 +18,7 @@ # efiInstallAsRemovable = true; # }; services.openssh.enable = true; + networking.useDHCP = lib.mkDefault true; environment.systemPackages = map lib.lowPrio [ pkgs.curl