about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-26 22:38:40 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-26 22:48:42 +0200
commit4ae2ca13036e9b6856fbaa832bff0bdba847276c (patch)
tree9b4d045df92beca8150dd9e4529f77b64318e36c /hosts
parentLuna: Enable distributed builds (diff)
downloadnixos-config-4ae2ca13036e9b6856fbaa832bff0bdba847276c.tar.gz
nixos-config-4ae2ca13036e9b6856fbaa832bff0bdba847276c.tar.bz2
nixos-config-4ae2ca13036e9b6856fbaa832bff0bdba847276c.zip
Luna: Set schedutil power mode
Diffstat (limited to 'hosts')
-rw-r--r--hosts/luna/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix
index 1debe13..45da552 100644
--- a/hosts/luna/hardware.nix
+++ b/hosts/luna/hardware.nix
@@ -1,6 +1,6 @@
 { config, lib, pkgs, modulesPath, ... }:
 let
-  powerMode = "powersave";
+  powerMode = "schedutil";
 in
 {
   imports = [ ];