enable nvidia powermanagement again

This commit is contained in:
2026-05-11 14:24:32 +02:00
parent ff60475db9
commit 8cacb192e0

View File

@@ -1,4 +1,3 @@
{ config, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
@@ -16,7 +15,7 @@
# Enable this if you have graphical corruption issues or application crashes after waking
# up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead
# of just the bare essentials.
powerManagement.enable = false;
powerManagement.enable = true;
# Fine-grained power management. Turns off GPU when not in use.
# Experimental and only works on modern Nvidia GPUs (Turing or newer).