From d03f4c6fb13ed27245a48b1ea681ccd21e40312b Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Fri, 26 Apr 2024 22:40:30 +0200 Subject: [PATCH] initrd: try loading network modules in stage 1 --- modules/core/initrd-ssh.nix | 1 + 1 file changed, 1 insertion(+) 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 = {