diff --git a/net-image/net-image.nix b/net-image/net-image.nix index f31116b..7dbe5c3 100644 --- a/net-image/net-image.nix +++ b/net-image/net-image.nix @@ -99,6 +99,11 @@ in }; config = { + boot.initrd.network.enable = true; + boot.initrd.network.dhcp = true; + boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.configurationLimit = 1; + fileSystems = { "/boot/firmware" = { device = "${config.netImage.nfsRoot}/boot/firmware";