about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-04-03 18:29:02 +0200
committerene <ene@sils.li>2023-04-03 18:29:02 +0200
commit90c6e4acb70d79bef4512496ca44074256d47652 (patch)
tree4b890b0f5c73d595729e03b54995141095b1a2a9 /hosts
parentFix(hm/packages): Remove unneeded ones (diff)
downloadnixos-config-90c6e4acb70d79bef4512496ca44074256d47652.tar.gz
nixos-config-90c6e4acb70d79bef4512496ca44074256d47652.zip
Fix(host/tiamat): Add needed modules
These are the suggested ones from 'nixos-generate-config'.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tiamat/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
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" ];
   };
 }