8
hosts/elara/hardware.nix
Normal file
8
hosts/elara/hardware.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
boot.initrd.kernelModules = [
|
||||
"xhci_pci"
|
||||
"usb_storage"
|
||||
"sd_mod"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user