From 898becc113470b17395f77b06830a4ff57e0af01 Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Sat, 1 Nov 2025 14:00:11 +0000 Subject: [PATCH] Adding new hardware-configuration --- hosts/piaf/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/piaf/hardware-configuration.nix b/hosts/piaf/hardware-configuration.nix index 706a299..6e50552 100644 --- a/hosts/piaf/hardware-configuration.nix +++ b/hosts/piaf/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ];