From 3655fce64a1237ad8dd6adbc5f49491e31201337 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 17 Jan 2025 16:31:18 -0500 Subject: [PATCH] add hardware config --- hosts/WCE-Overseer/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/WCE-Overseer/hardware-configuration.nix b/hosts/WCE-Overseer/hardware-configuration.nix index 73d1d92..b88490d 100644 --- a/hosts/WCE-Overseer/hardware-configuration.nix +++ b/hosts/WCE-Overseer/hardware-configuration.nix @@ -12,7 +12,7 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = ["zfs" "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"]; + boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = []; boot.kernelModules = []; boot.extraModulePackages = [];