nixfiles/nixos/hardware/framework/boot.nix

7 lines
134 B
Nix

_: {
boot = {
initrd = {
availableKernelModules = ["nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod"];
};
};
}