From 4098541d0fb32431c6dfb38bb382123e1484b74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 10 Jun 2024 13:20:06 +0200 Subject: On-demand cpu frequency --- systems/eldiron/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/eldiron') diff --git a/systems/eldiron/base.nix b/systems/eldiron/base.nix index 5308ddb..fa5e504 100644 --- a/systems/eldiron/base.nix +++ b/systems/eldiron/base.nix @@ -29,7 +29,7 @@ ]; nixpkgs.overlays = builtins.attrValues ports.overlays; - powerManagement.cpuFreqGovernor = "powersave"; + powerManagement.cpuFreqGovernor = "ondemand"; security.acme.certs."${name}".postRun = builtins.concatStringsSep "\n" [ (lib.optionalString config.services.websites.env.production.enable "/run/current-system/sw/bin/machinectl shell httpd-production /usr/bin/env systemctl reload httpd.service") -- cgit v1.2.3