Better default for amdgpuBusId

This commit is contained in:
4JX
2024-01-28 01:25:14 +01:00
committed by mergify[bot]
parent ed01236ece
commit cc65e27670
2 changed files with 7 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
powerManagement.enable = lib.mkDefault true;
prime = {
amdgpuBusId = "PCI:6:0:0";
amdgpuBusId = lib.mkDefault "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0";
};
};