This commit is contained in:
KaitoTLex 2025-01-22 16:56:17 -08:00
parent 72f1da7fe8
commit 3b136ffd1c

View file

@ -42,7 +42,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 = lib.mkForce true;
# Fine-grained power management. Turns off GPU when not in use.
# Experimental and only works on modern Nvidia GPUs (Turing or newer).