mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +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 = {
|
hardware.nvidia = {
|
||||||
open = true;
|
open = true;
|
||||||
|
modesetting.enable = true;
|
||||||
|
nvidiaSettings = true;
|
||||||
|
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||||
|
powerManagement = {
|
||||||
|
enable = true;
|
||||||
|
finegrained = true;
|
||||||
|
};
|
||||||
prime = {
|
prime = {
|
||||||
offload.enable = false;
|
reverseSync.enable = true;
|
||||||
|
offload.enable = true;
|
||||||
sync.enable = false;
|
sync.enable = false;
|
||||||
|
allowExternalGpu = true;
|
||||||
|
|
||||||
# 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
|
||||||
intelBusId = "PCI:0:2:0";
|
intelBusId = "PCI:0:2:0";
|
||||||
|
|
Loading…
Add table
Reference in a new issue