feat(home-server): always enable DHCP for initrd

This commit is contained in:
Felix Schröter 2025-05-10 19:03:25 +02:00
parent c684cebb45
commit 042d70cb3d
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -141,6 +141,7 @@ in
boot.initrd.availableKernelModules = [ "igb" ];
boot.initrd.network = {
enable = true;
udhcpc.enable = true;
ssh = {
enable = true;
hostKeys = map (f: f.path) hostKeys;