From 4ae2ca13036e9b6856fbaa832bff0bdba847276c Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 26 Jun 2022 22:38:40 +0200 Subject: Luna: Set schedutil power mode --- hosts/luna/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ]; -- cgit 1.4.1