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