mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19:24:09 +02:00
update nvidia settings
This commit is contained in:
parent
77ee910b11
commit
7f5ba201e0
1 changed files with 10 additions and 1 deletions
|
@ -13,9 +13,18 @@
|
|||
|
||||
hardware.nvidia = {
|
||||
open = true;
|
||||
modesetting.enable = true;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
finegrained = true;
|
||||
};
|
||||
prime = {
|
||||
offload.enable = false;
|
||||
reverseSync.enable = true;
|
||||
offload.enable = true;
|
||||
sync.enable = false;
|
||||
allowExternalGpu = true;
|
||||
|
||||
# Bus ID of the Intel GPU. You can find it using lspci, either under 3D or VGA
|
||||
intelBusId = "PCI:0:2:0";
|
||||
|
|
Loading…
Add table
Reference in a new issue