mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
12 lines
183 B
Nix
12 lines
183 B
Nix
{
|
|
imports = [
|
|
../shared.nix
|
|
../../../../common/gpu/nvidia/ada-lovelace
|
|
];
|
|
|
|
hardware.nvidia.prime = {
|
|
intelBusId = "PCI:0:2:0";
|
|
nvidiaBusId = "PCI:1:0:0";
|
|
};
|
|
}
|