mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Merge remote-tracking branch 'upstream/master' into nixfmt
This commit is contained in:
11
dell/precision/3490/nvidia/default.nix
Normal file
11
dell/precision/3490/nvidia/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
imports = [
|
||||
../shared.nix
|
||||
../../../../common/gpu/nvidia/ada-lovelace
|
||||
];
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
intelBusId = "PCI:0:2:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user