enable nvidia power management

This commit is contained in:
mjallen18
2024-02-28 21:29:12 -06:00
parent bfe165b6b2
commit bdfd5e92b7

View File

@@ -17,7 +17,7 @@ in {
modesetting.enable = true;
# Nvidia power management. Experimental, and can cause sleep/suspend to fail.
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).