We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058c912 commit 153c008Copy full SHA for 153c008
1 file changed
dell/precision/5530/default.nix
@@ -26,13 +26,13 @@
26
"nvidia_drm.modeset=1"
27
];
28
initrd.availableKernelModules = [
29
- "xhci_pci"
30
- "ahci"
31
- "nvme"
32
- "usb_storage"
33
- "sd_mod"
34
- "rtsx_pci_sdmmc"
35
- "thunderbolt"
+ "xhci_pci" # USB 3.0/3.1 compatibility
+ "ahci" # SATA support if installed
+ "nvme" # NVMe support
+ "usb_storage" # USB mass storage support
+ "sd_mod" # SD card support
+ "rtsx_pci_sdmmc" # Realtek SD card support
+ "thunderbolt" # Thunderbolt support
36
37
kernelModules = [
38
# For Intel wifi card
0 commit comments