about summary refs log tree commit diff
path: root/machines/profpatsch/shiki.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-06-07 18:41:31 +0200
committerProfpatsch <mail@profpatsch.de>2021-06-07 19:09:32 +0200
commitaf691d980e57d04bd6dd66eda911711fd3685cf6 (patch)
treebba4f4379adc12df6cc60ceaac1d66548858f220 /machines/profpatsch/shiki.nix
parent9df61b92d8211f4f45ca98e611a60f27bf992ce7 (diff)
machines/shiki: turn on powersave
Diffstat (limited to 'machines/profpatsch/shiki.nix')
-rw-r--r--machines/profpatsch/shiki.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 5b0f1e85..156ab795 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -47,6 +47,11 @@ in {
       speed = 280;
     };
 
+    powerManagement = {
+      powertop.enable = true;
+      cpuFreqGovernor = "powersave";
+    };
+
     hardware.pulseaudio = {
       enable = true;
       zeroconf.discovery.enable = true;