From 434c678f5d241c72847c99e93b0dfcea5993b838 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Feb 2022 14:24:20 -0800 Subject: hosts: load igb kernel module for initrd We need to load the driver for the NIC. --- hosts/carmel/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/carmel') diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 1413f1f..0856337 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -15,6 +15,7 @@ boot.initrd = { luks.devices."system".allowDiscards = true; + kernelModules = [ "igb" ]; }; boot.kernelParams = [ "ip=dhcp" ]; -- cgit 1.4.1