From 90c6e4acb70d79bef4512496ca44074256d47652 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 3 Apr 2023 18:29:02 +0200 Subject: Fix(host/tiamat): Add needed modules These are the suggested ones from 'nixos-generate-config'. --- hosts/tiamat/hardware/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix index 595c07c0..151e42b6 100644 --- a/hosts/tiamat/hardware/default.nix +++ b/hosts/tiamat/hardware/default.nix @@ -27,6 +27,6 @@ boot = { kernelModules = ["kvm-amd"]; - initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "nvme" "sr_mod" "virtio_blk"]; + initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; }; } -- cgit 1.4.1