mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(adrastea): disable optimus PRIME
This commit is contained in:
parent
3af4306195
commit
498049c22f
1 changed files with 9 additions and 9 deletions
|
@ -109,15 +109,15 @@
|
||||||
powerManagement.finegrained = false;
|
powerManagement.finegrained = false;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
open = true;
|
open = true;
|
||||||
prime = {
|
# prime = {
|
||||||
amdgpuBusId = "PCI:4:0:0";
|
# amdgpuBusId = "PCI:4:0:0";
|
||||||
nvidiaBusId = "PCI:1:0:0";
|
# nvidiaBusId = "PCI:1:0:0";
|
||||||
# offload = {
|
# # offload = {
|
||||||
# enable = true;
|
# # enable = true;
|
||||||
# enableOffloadCmd = true;
|
# # enableOffloadCmd = true;
|
||||||
# };
|
# # };
|
||||||
sync.enable = true;
|
# sync.enable = true;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue