diff --git a/modules/core/initrd-ssh.nix b/modules/core/initrd-ssh.nix index 6b7a1a9..9fc5824 100644 --- a/modules/core/initrd-ssh.nix +++ b/modules/core/initrd-ssh.nix @@ -6,6 +6,7 @@ { config, ... }: { boot.initrd = { + availableKernelModules = ["mlx5_core"]; systemd = { enable = true; network = {