initrd: try loading network modules in stage 1

This commit is contained in:
Rouven Seifert 2024-04-26 22:40:30 +02:00
parent ebe977672a
commit d03f4c6fb1
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -6,6 +6,7 @@
{ config, ... }: { config, ... }:
{ {
boot.initrd = { boot.initrd = {
availableKernelModules = ["mlx5_core"];
systemd = { systemd = {
enable = true; enable = true;
network = { network = {