summaryrefslogtreecommitdiffstats
path: root/modules/hardware/gpu.nix
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-11-25 07:16:48 -0500
committerJon Santmyer <jon@jonsantmyer.com>2025-11-25 07:16:48 -0500
commit34a81b72d264acc99972e4a8e77be33e713486c8 (patch)
tree6fbf74f3558886d0d04feaf235580fa76ae26e8e /modules/hardware/gpu.nix
parent29e4d76f2169644939495e40ced0404667c50f17 (diff)
downloadnix-config-34a81b72d264acc99972e4a8e77be33e713486c8.tar.gz
nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.tar.bz2
nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.zip
use overlays instead of custom defined packages when possibleHEADmaster
Diffstat (limited to 'modules/hardware/gpu.nix')
-rw-r--r--modules/hardware/gpu.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/hardware/gpu.nix b/modules/hardware/gpu.nix
index fb333ed..72604a8 100644
--- a/modules/hardware/gpu.nix
+++ b/modules/hardware/gpu.nix
@@ -42,7 +42,8 @@ in {
hardware.nvidia = {
modesetting.enable = true;
- powerManagement.enable = true;
+ powerManagement.enable = false;
+ powerManagement.finegrained = false;
open = true;
nvidiaSettings = true;