From 9f9224f03b44dff44e058b0b5c1cdfb362d5bf8e Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 26 Feb 2023 12:29:39 +0100 Subject: Fix(hosts/mammun_on_vm): Add needed kernel modules --- hosts/mammun_on_vm/hardware/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/mammun_on_vm/hardware') diff --git a/hosts/mammun_on_vm/hardware/default.nix b/hosts/mammun_on_vm/hardware/default.nix index e9766f05..ba23e69b 100644 --- a/hosts/mammun_on_vm/hardware/default.nix +++ b/hosts/mammun_on_vm/hardware/default.nix @@ -7,6 +7,7 @@ }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") + (modulesPath + "/profiles/qemu-guest.nix") ./cpu.nix ./gpu.nix ]; @@ -22,6 +23,6 @@ boot = { kernelModules = ["kvm-amd"]; - initrd.availableKernelModules = ["xhci_pci" "ahci" "ehci_pci" "sd_mod" "sr_mod" "sdhci_pci"]; + initrd.availableKernelModules = ["xhci_pci" "nvme" "rtsx_pci_sdmmc" "ahci" "ehci_pci" "sd_mod" "sr_mod" "sdhci_pci"]; }; } -- cgit 1.4.1