dell-precision-3490: init module
This commit is contained in:
parent
c06d50adeb
commit
72081c9fbb
5 changed files with 34 additions and 0 deletions
21
dell/precision/3490/default.nix
Normal file
21
dell/precision/3490/default.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue