From bbc9292dfc6b8779162a1011400ac3d17f98dac9 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 1 Aug 2023 12:51:06 +0800 Subject: [PATCH] enable dhcp --- modules/boot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boot/default.nix b/modules/boot/default.nix index 0e4dbf52..f5465a96 100644 --- a/modules/boot/default.nix +++ b/modules/boot/default.nix @@ -71,6 +71,7 @@ inputs: }; luks.forceLuksSupportInInitrd = true; }; + networking.useDHCP = true; } ) ];