This commit is contained in:
Annika Merris 2024-05-21 11:28:18 -04:00
parent 2726e125f8
commit 127d831889

View file

@ -1,4 +1,5 @@
{ config, lib, pkgs, modulesPath, ... }:
{ inputs, globals, config, lib, pkgs, modulesPath, ... }:
with inputs;
{
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ];