From 3b136ffd1c1aa7a6dd6dda5702e09d24f28fb05a Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Wed, 22 Jan 2025 16:56:17 -0800 Subject: [PATCH] no work --- hosts/kuroko/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index c62b1e3..ceae3b4 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -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).