From 7ef5045d82e19f896c950938cd55d5056dce75c9 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 20 Jun 2024 16:40:12 -0700 Subject: Fix virtio kernel module --- hosts/richese/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/richese/hardware-configuration.nix') diff --git a/hosts/richese/hardware-configuration.nix b/hosts/richese/hardware-configuration.nix index 01bb4e8..bddce42 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" "virtio_scsi" ]; - boot.initrd.kernelModules = [ ]; + boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" ]; + boot.initrd.kernelModules = [ "virtio_scsi" ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; -- cgit v1.2.3