mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-11 03:19:48 +01:00
Fixed error
This commit is contained in:
parent
9f7302060c
commit
d68be3e5e2
1 changed files with 5 additions and 3 deletions
|
@ -35,11 +35,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = lib.mkDefault true;
|
||||
open = lib.mkDefault false;
|
||||
nvidiaSettings = lib.mkDefault true;
|
||||
amdgpuBusId = "PCI:54:0:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
prime = {
|
||||
amdgpuBusId = "PCI:54:0:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue