diff options
| author | Baitinq <[email protected]> | 2022-06-26 22:38:40 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-26 22:48:42 +0200 |
| commit | 4ae2ca13036e9b6856fbaa832bff0bdba847276c (patch) | |
| tree | 9b4d045df92beca8150dd9e4529f77b64318e36c /hosts | |
| parent | Luna: Enable distributed builds (diff) | |
| download | nixos-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.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 = [ ]; |