From 441ce548f2418f2e81260bb947b3f824eb1ab5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sat, 6 Aug 2022 16:03:12 +0200 Subject: [PATCH] fix(home-server): add missing kernel module for initrd networking --- home-server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-server.nix b/home-server.nix index 8187c78..360b103 100644 --- a/home-server.nix +++ b/home-server.nix @@ -120,6 +120,7 @@ in with builtins; { }; # ssh root@hostname "echo "$(read -s pass; echo \'"$pass"\')" > /crypt-ramfs/passphrase" + boot.initrd.availableKernelModules = [ "igb" ]; boot.initrd.network = { enable = true; ssh = {