diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/luna/hardware.nix | 2 |
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 = [ ]; |