server6: load correct kernel module

This commit is contained in:
Sandro - 2023-05-21 20:57:38 +02:00
parent 130b65390f
commit e2d88bdc80
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ _:
boot = {
initrd = {
availableKernelModules = [ "mlx4_core" ];
availableKernelModules = [ "igb" ];
network.ssh.enable = true;
};
loader.systemd-boot.enable = true;