From c7f11240ffdcf002f64bd68b304fcd5d2d2ff451 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 22 Jul 2024 14:21:01 +0200 Subject: [PATCH] tunyon hw config --- devices/tunyon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/tunyon/default.nix b/devices/tunyon/default.nix index 23ee138..40f9b67 100644 --- a/devices/tunyon/default.nix +++ b/devices/tunyon/default.nix @@ -16,7 +16,7 @@ in { boot = { initrd = { - availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" ]; + availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ]; luks.devices.root.device = "/dev/disk/by-uuid/${config.disks.crypt}"; }; kernelModules = [ "kvm-amd" ];