From bb0b66d9c18d44efd7ace20d2fb879a420d2c662 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 8 Aug 2023 15:32:00 +0200 Subject: [PATCH] fuuko: Add r8169 to initrd modules This allows unlocking with the onboard NIC. --- machines/fuuko/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/fuuko/hardware-configuration.nix b/machines/fuuko/hardware-configuration.nix index 3b487b0..3a1936c 100644 --- a/machines/fuuko/hardware-configuration.nix +++ b/machines/fuuko/hardware-configuration.nix @@ -20,6 +20,7 @@ "ahci" "cryptd" "igc" # network interface for remote unlocking + "r8169" # " "sd_mod" "usb_storage" "usbhid"