initrd: try loading network modules in stage 1
This commit is contained in:
parent
ebe977672a
commit
d03f4c6fb1
|
@ -6,6 +6,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
boot.initrd = {
|
||||
availableKernelModules = ["mlx5_core"];
|
||||
systemd = {
|
||||
enable = true;
|
||||
network = {
|
||||
|
|
Loading…
Reference in a new issue