diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2025-11-25 07:16:48 -0500 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-11-25 07:16:48 -0500 |
| commit | 34a81b72d264acc99972e4a8e77be33e713486c8 (patch) | |
| tree | 6fbf74f3558886d0d04feaf235580fa76ae26e8e /modules/hardware/gpu.nix | |
| parent | 29e4d76f2169644939495e40ced0404667c50f17 (diff) | |
| download | nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.tar.gz nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.tar.bz2 nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.zip | |
Diffstat (limited to 'modules/hardware/gpu.nix')
| -rw-r--r-- | modules/hardware/gpu.nix | 3 |
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; |
