diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index fc695cf..a7011d9 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -85,4 +85,9 @@ "broadcom-sta" # aka “wl” "python" ]; + + powerManagement = { + enable = true; + cpuFreqGovernor = "performance"; + }; }