fix: add e1000e kernel module to initrd
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
e72b9a144a
commit
5cd943d3e5
1 changed files with 14 additions and 12 deletions
|
|
@ -41,7 +41,10 @@
|
||||||
systemd.network.networks."10-uplink".networkConfig.Address = config.networking.hyp-01.ipv6.address;
|
systemd.network.networks."10-uplink".networkConfig.Address = config.networking.hyp-01.ipv6.address;
|
||||||
|
|
||||||
boot.kernelParams = [ "ip=dhcp" ];
|
boot.kernelParams = [ "ip=dhcp" ];
|
||||||
boot.initrd.network = {
|
boot.initrd = {
|
||||||
|
availableKernelModules = [ "e1000e" ];
|
||||||
|
|
||||||
|
network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
ssh = {
|
ssh = {
|
||||||
|
|
@ -55,7 +58,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
boot.initrd.kernelModules = [ "igb" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue