From cf99e6484ff7f1efc80e252c06f1e2011beb7a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 18 Aug 2019 11:17:04 +0100 Subject: [PATCH] Make the power management explicit --- nixos/common-hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common-hardware.nix b/nixos/common-hardware.nix index f23d1529..a0e8cf44 100644 --- a/nixos/common-hardware.nix +++ b/nixos/common-hardware.nix @@ -22,7 +22,7 @@ ''; }; + powerManagement.enable = true; powerManagement.cpuFreqGovernor = (lib.mkForce null); powerManagement.powertop.enable = true; - }