dell-precision-3490: init module

This commit is contained in:
Benedikt Rips
2025-04-25 00:44:36 +02:00
committed by mergify[bot]
parent c06d50adeb
commit 72081c9fbb
5 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
imports = [
../../../common/cpu/intel/meteor-lake
../../../common/gpu/nvidia/ada-lovelace
../../../common/pc/laptop
];
boot.initrd.availableKernelModules = [
"nvme"
"sd_mod"
"thunderbolt"
"usb_storage"
"vmd"
"xhci_pci"
];
hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};
}