From 6a463c6995f0019b6460f57023195bd87f45b6ee Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 20 Jun 2024 17:06:55 -0700 Subject: Fix kernel modules --- hosts/richese/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/richese') diff --git a/hosts/richese/hardware-configuration.nix b/hosts/richese/hardware-configuration.nix index bddce42..e4e04cf 100644 --- a/hosts/richese/hardware-configuration.nix +++ b/hosts/richese/hardware-configuration.nix @@ -8,8 +8,8 @@ [ #(modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" ]; - boot.initrd.kernelModules = [ "virtio_scsi" ]; + boot.initrd.availableKernelModules = [ "ohci_pci" "ehci_pci" "ahci" "virtio_pci" "virtio_scsi" "sd_mod" ]; + boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; -- cgit v1.2.3