about summary refs log tree commit diff
path: root/hosts/tahoe/hardware.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-15 18:26:27 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-15 18:26:27 -0700
commit2c95ef27e24b2a8099cb713aeb9a4879f412da15 (patch)
treea040f591a24579a1c44b0f1d62bf780531196a13 /hosts/tahoe/hardware.nix
parenthome/sway: a bunch of small tweaks (diff)
downloadworld-2c95ef27e24b2a8099cb713aeb9a4879f412da15.tar.gz
hosts: it's time to switch to schedutil
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/hardware.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/tahoe/hardware.nix b/hosts/tahoe/hardware.nix
index ada6202..34c278b 100644
--- a/hosts/tahoe/hardware.nix
+++ b/hosts/tahoe/hardware.nix
@@ -63,4 +63,6 @@
 
   # high-resolution display
   hardware.video.hidpi.enable = lib.mkDefault true;
+
+  powerManagement.cpuFreqGovernor = "schedutil";
 }