From 8f0a0e82c86e9ccec50902e151b5a240083ae704 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 10 Oct 2024 21:56:13 +0200 Subject: [PATCH] sync more stuff --- neko/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index f49a55f..76855ae 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -6,7 +6,7 @@ { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ "i915" ]; boot.kernelModules = [ "kvm-intel" ];