diff options
-rw-r--r-- | nixos/kanata/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/kanata/configuration.nix b/nixos/kanata/configuration.nix index b7933c0..b12dc46 100644 --- a/nixos/kanata/configuration.nix +++ b/nixos/kanata/configuration.nix @@ -91,6 +91,8 @@ in sops.defaultSopsFile = ./secrets/secrets.yaml; + powerManagement.cpuFreqGovernor = "ondemand"; + # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. # |