From b4606cc0f26338e3f30ea7294c0217a584ac026f Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Sun, 8 Mar 2026 16:27:21 +0100 Subject: [PATCH] [TASK] Add power management to nvidea driver to fix problem with hibernation --- nixos/cesium.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/cesium.nix b/nixos/cesium.nix index ff9ef8d..5b31c80 100644 --- a/nixos/cesium.nix +++ b/nixos/cesium.nix @@ -4,6 +4,7 @@ hardware.nvidia = { modesetting.enable = true; open = false; + powerManagement.enable = true; }; services.xserver.videoDrivers = [ "nvidia" ];