From bd6c6fac4ae5b1a49620f7f80c38c442312959f8 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 29 Feb 2024 21:46:49 -0500 Subject: [PATCH] set rustboro to ondemand cpu governor --- hosts/rustboro/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 163280a2..1292e772 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -61,6 +61,8 @@ # wget ]; + powerManagement.cpuFreqGovernor = "ondemand" + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave