From 1788e46b913bae9aae635a80dae362d257cb06ef Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 20 Jun 2024 16:29:35 -0700 Subject: Fix virtio kernel module --- hosts/richese/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/richese') diff --git a/hosts/richese/hardware-configuration.nix b/hosts/richese/hardware-configuration.nix index 4cd9164..01bb4e8 100644 --- a/hosts/richese/hardware-configuration.nix +++ b/hosts/richese/hardware-configuration.nix @@ -8,7 +8,7 @@ [ #(modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" "virtio_blk" ]; + boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" "virtio_scsi" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; -- cgit v1.2.3