mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:16:35 +01:00
disable nvida offload
This commit is contained in:
parent
ef3e93e205
commit
531dad7790
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
offload.enable = true;
|
||||
offload.enable = false;
|
||||
sync.enable = false;
|
||||
|
||||
# Bus ID of the Intel GPU. You can find it using lspci, either under 3D or VGA
|
||||
|
|
Loading…
Reference in a new issue